changeset 10277:82b5f32c84de

(find-tag-in-order): Don't set buffer-local value of tags-file-name.
author Roland McGrath <roland@gnu.org>
date Wed, 28 Dec 1994 08:12:25 +0000
parents 86c61b6bd265
children 2b4365800d04
files lisp/progmodes/etags.el
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Tue Dec 27 23:28:51 1994 +0000
+++ b/lisp/progmodes/etags.el	Wed Dec 28 08:12:25 1994 +0000
@@ -939,12 +939,6 @@
       (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))))