# HG changeset patch # User Roland McGrath # Date 788602345 0 # Node ID 82b5f32c84de9d0bd4ab02e33388f906c7e801e5 # Parent 86c61b6bd265cdd06302c646d894c20ab37a54a2 (find-tag-in-order): Don't set buffer-local value of tags-file-name. diff -r 86c61b6bd265 -r 82b5f32c84de lisp/progmodes/etags.el --- 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))))