diff options
| -rw-r--r-- | lisp/progmodes/etags.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 5f4889477f9..63ef96a397f 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -548,8 +548,8 @@ Returns t if it visits a tags table, or nil if there are no more in the list." | |||
| 548 | (let ((file tags-file-name)) | 548 | (let ((file tags-file-name)) |
| 549 | (kill-local-variable 'tags-file-name) | 549 | (kill-local-variable 'tags-file-name) |
| 550 | (if (eq file tags-file-name) | 550 | (if (eq file tags-file-name) |
| 551 | (setq tags-file-name nil))) | 551 | (setq tags-file-name nil)) |
| 552 | (error "File %s is not a valid tags table" file)))) | 552 | (error "File %s is not a valid tags table" file))))) |
| 553 | 553 | ||
| 554 | (defun file-of-tag () | 554 | (defun file-of-tag () |
| 555 | "Return the file name of the file whose tags point is within. | 555 | "Return the file name of the file whose tags point is within. |