diff options
| author | Gerd Moellmann | 2001-01-27 13:49:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-27 13:49:00 +0000 |
| commit | dc0274bd753539af49aa0a6c49c50ad5e765f25b (patch) | |
| tree | a5bb56128a67e69e0ca554fcf8f512458a7ea501 | |
| parent | 550135d1a3b8779fcd88c0e1c5a9a14362661e1a (diff) | |
| download | emacs-dc0274bd753539af49aa0a6c49c50ad5e765f25b.tar.gz emacs-dc0274bd753539af49aa0a6c49c50ad5e765f25b.zip | |
(find-tag-noselect): Don't bind
tags-file-name.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/progmodes/etags.el | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31da8a33a6b..04abb0470a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-01-27 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/etags.el (find-tag-noselect): Don't bind | ||
| 4 | tags-file-name. | ||
| 5 | |||
| 1 | 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * shell.el (shell-unquote-argument): If the shell is one of the | 8 | * shell.el (shell-unquote-argument): If the shell is one of the |
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 131610e09d7..3735b2f0ff6 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -823,8 +823,7 @@ See documentation of variable `tags-file-name'." | |||
| 823 | ;; Save the current buffer's value of `find-tag-hook' before | 823 | ;; Save the current buffer's value of `find-tag-hook' before |
| 824 | ;; selecting the tags table buffer. For the same reason, save value | 824 | ;; selecting the tags table buffer. For the same reason, save value |
| 825 | ;; of `tags-file-name' in case it has a buffer-local value. | 825 | ;; of `tags-file-name' in case it has a buffer-local value. |
| 826 | (let ((local-find-tag-hook find-tag-hook) | 826 | (let ((local-find-tag-hook find-tag-hook)) |
| 827 | (tags-file-name tags-file-name)) | ||
| 828 | (if (eq '- next-p) | 827 | (if (eq '- next-p) |
| 829 | ;; Pop back to a previous location. | 828 | ;; Pop back to a previous location. |
| 830 | (if (ring-empty-p tags-location-ring) | 829 | (if (ring-empty-p tags-location-ring) |