projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23cc2d1
)
; Add autoload cookie for tags-reset-tags-tables
author
Gerd Möllmann
<gerd@gnu.org>
Sat, 23 Dec 2023 09:04:09 +0000
(10:04 +0100)
committer
Gerd Möllmann
<gerd@gnu.org>
Sat, 23 Dec 2023 09:07:30 +0000
(10:07 +0100)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index d48dcc6659db9e50ccf1db8982a76f9f07a144bc..a14bf0176fd84e79d5e03e1c01318781bab5a4a7 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-732,6
+732,7
@@
Returns t if it visits a tags table, or nil if there are no more in the list."
"File %s does not exist")
local-tags-file-name)))))
+;;;###autoload
(defun tags-reset-tags-tables ()
"Reset tags state to cancel effect of any previous \\[visit-tags-table] or \\[find-tag]."
(interactive)