* emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
commit44946a4c9e54ff8161c4d6bbbfc16f0ff5244b23
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:27:39 +0000 (16 20:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:27:39 +0000 (16 20:27 +0000)
tree666b2df4fd157daeee382c2766a9aa47dffec31b
parentffb4b7a11d543b4d05eb998818e9d4fe06ae4fad
* emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
(ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
Allow going past the last element.
* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
(cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
(cvs-mouse-toggle-mark): Don't move point.
(cvs-revert-if-needed): Avoid re-eval of local variables and modes.
lisp/emacs-lisp/ewoc.el
lisp/pcvs.el