Mercurial > emacs
changeset 747:701693a7acb7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 07 Jul 1992 17:57:20 +0000 |
parents | 1b0748ff6f65 |
children | 4714ad36583c |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/etags.el Tue Jul 07 00:45:18 1992 +0000 +++ b/lisp/progmodes/etags.el Tue Jul 07 17:57:20 1992 +0000 @@ -223,7 +223,9 @@ (switch-to-buffer-other-window tagbuf) (switch-to-buffer tagbuf)) ) - (setq tags-loop-form '(find-tag nil t)) +;; I turned this off because people complain that it causes trouble +;; when they find a tag during a tags-search. M-0 M-. is easy enough. --RMS +;; (setq tags-loop-form '(find-tag nil t)) ;; Return t in case used as the tags-loop-form. t)