From: Gerd Möllmann Date: Sat, 23 Dec 2023 09:04:09 +0000 (+0100) Subject: ; Add autoload cookie for tags-reset-tags-tables X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e54e25129ec631969e1febdcf44d2f99a1791063;p=emacs.git ; Add autoload cookie for tags-reset-tags-tables --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index d48dcc6659d..a14bf0176fd 100644 --- 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)