1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(find-tag-in-order): Don't set buffer-local value of tags-file-name.

This commit is contained in:
Roland McGrath 1994-12-28 08:12:25 +00:00
parent 6da7653c6b
commit 9f051ac24d

View file

@ -939,12 +939,6 @@ See documentation of variable `tags-file-name'."
(push-mark)
(funcall goto-func tag-info)
;; Give this buffer a local value of tags-file-name.
;; The next time visit-tags-table-buffer is called,
;; it will use the same tags table that found a match in this buffer.
(make-local-variable 'tags-file-name)
(setq tags-file-name tags-table-file)
;; Return the buffer where the tag was found.
(current-buffer))))