# HG changeset patch # User Richard M. Stallman # Date 710531840 0 # Node ID 701693a7acb71858e61cecde3a0ae8134f6359e2 # Parent 1b0748ff6f65bfeacbc877457259288cc8edbebc *** empty log message *** diff -r 1b0748ff6f65 -r 701693a7acb7 lisp/progmodes/etags.el --- 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)