Mercurial > emacs
changeset 35649:3379eca770e2
(find-tag-noselect): Don't bind
tags-file-name.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 27 Jan 2001 13:46:21 +0000 |
parents | fd06a4e20d87 |
children | 5d275e40d47f |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)