aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/etags.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 04c3ce110f7..23f93707679 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -1754,7 +1754,7 @@ if the file was newly read in, the value is the filename."
1754 (with-current-buffer buffer 1754 (with-current-buffer buffer
1755 (revert-buffer t t))) 1755 (revert-buffer t t)))
1756 (if (not (and new novisit)) 1756 (if (not (and new novisit))
1757 (find-file next novisit) 1757 (find-file next)
1758 ;; Like find-file, but avoids random warning messages. 1758 ;; Like find-file, but avoids random warning messages.
1759 (switch-to-buffer (get-buffer-create " *next-file*")) 1759 (switch-to-buffer (get-buffer-create " *next-file*"))
1760 (kill-all-local-variables) 1760 (kill-all-local-variables)