1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

(find-tag-noselect): Don't bind

tags-file-name.
This commit is contained in:
Gerd Moellmann 2001-01-27 13:49:00 +00:00
parent 550135d1a3
commit dc0274bd75
2 changed files with 6 additions and 2 deletions

View 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

View 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)