+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
;; 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)