Mercurial > emacs
changeset 6608:e631a154dc3b
(occur-mode-goto-occurrence): Delete excess close paren.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 31 Mar 1994 16:38:57 +0000 |
parents | ef938821c625 |
children | 3b1eb7f1eba1 |
files | lisp/replace.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/replace.el Thu Mar 31 16:37:20 1994 +0000 +++ b/lisp/replace.el Thu Mar 31 16:38:57 1994 +0000 @@ -277,7 +277,7 @@ (interactive) (let ((pos (occur-mode-find-occurrence))) (pop-to-buffer occur-buffer) - (goto-char (marker-position pos))))) + (goto-char (marker-position pos)))) (defvar list-matching-lines-default-context-lines 0 "*Default number of context lines to include around a `list-matching-lines'