]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add autoload cookie for tags-reset-tags-tables
authorGerd Möllmann <gerd@gnu.org>
Sat, 23 Dec 2023 09:04:09 +0000 (10:04 +0100)
committerGerd Möllmann <gerd@gnu.org>
Sat, 23 Dec 2023 09:07:30 +0000 (10:07 +0100)
lisp/progmodes/etags.el

index d48dcc6659db9e50ccf1db8982a76f9f07a144bc..a14bf0176fd84e79d5e03e1c01318781bab5a4a7 100644 (file)
@@ -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)