changeset 8116:67c8a970fd4d

(visit-tags-table-buffer): Move error call into scope of `file'.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 Jul 1994 00:45:49 +0000
parents e45d541e55cf
children 20100d7e5b0f
files lisp/progmodes/etags.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Sat Jul 02 00:41:28 1994 +0000
+++ b/lisp/progmodes/etags.el	Sat Jul 02 00:45:49 1994 +0000
@@ -548,8 +548,8 @@
       (let ((file tags-file-name))
 	(kill-local-variable 'tags-file-name)
 	(if (eq file tags-file-name)
-	    (setq tags-file-name nil)))
-      (error "File %s is not a valid tags table" file))))
+	    (setq tags-file-name nil))
+	(error "File %s is not a valid tags table" file)))))
 
 (defun file-of-tag ()
   "Return the file name of the file whose tags point is within.