# HG changeset patch # User Gerd Moellmann # Date 980603181 0 # Node ID 3379eca770e22a9d643072fbf5818562d3756053 # Parent fd06a4e20d8763621404048758b976ed8d58e7a7 (find-tag-noselect): Don't bind tags-file-name. diff -r fd06a4e20d87 -r 3379eca770e2 lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Sat Jan 27 13:43:58 2001 +0000 +++ b/lisp/progmodes/etags.el Sat Jan 27 13:46:21 2001 +0000 @@ -823,8 +823,7 @@ ;; Save the current buffer's value of `find-tag-hook' before ;; selecting the tags table buffer. For the same reason, save value ;; of `tags-file-name' in case it has a buffer-local value. - (let ((local-find-tag-hook find-tag-hook) - (tags-file-name tags-file-name)) + (let ((local-find-tag-hook find-tag-hook)) (if (eq '- next-p) ;; Pop back to a previous location. (if (ring-empty-p tags-location-ring)