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:
parent
6da7653c6b
commit
9f051ac24d
1 changed files with 0 additions and 6 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue