]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-tag-in-order): Don't set buffer-local value of tags-file-name.
authorRoland McGrath <roland@gnu.org>
Wed, 28 Dec 1994 08:12:25 +0000 (08:12 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 28 Dec 1994 08:12:25 +0000 (08:12 +0000)
lisp/progmodes/etags.el

index 6c270d902225a4a1020790b42ec953fa28cb6a97..84d0154c154565abd56a8abdf98d142dbe3daec9 100644 (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))))
 \f