]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-tag-noselect): Don't bind
authorGerd Moellmann <gerd@gnu.org>
Sat, 27 Jan 2001 13:49:00 +0000 (13:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 27 Jan 2001 13:49:00 +0000 (13:49 +0000)
tags-file-name.

lisp/ChangeLog
lisp/progmodes/etags.el

index 31da8a33a6bd3fddee197271695dd71e8cc0c74b..04abb0470a009cb97b545a4b37957a2e5410eff1 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * progmodes/etags.el (find-tag-noselect): Don't bind 
+       tags-file-name.
+
 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * shell.el (shell-unquote-argument): If the shell is one of the
index 131610e09d734e2c1207874162670909541f6ace..3735b2f0ff65f3468da224ed81399f1f29975b72 100644 (file)
@@ -823,8 +823,7 @@ See documentation of variable `tags-file-name'."
   ;; 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)