]> git.eshelyaron.com Git - emacs.git/commitdiff
Add more autoload-ignored-definitions defs
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 09:27:03 +0000 (11:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 09:27:03 +0000 (11:27 +0200)
* lisp/emacs-lisp/loaddefs-gen.el (autoload-ignored-definitions):
Add more definition forms that shouldn't trigger prefix
registration (bug#56970).

lisp/emacs-lisp/loaddefs-gen.el

index 00b3bac53cc003fda1797d09326e9f160d760933..8dd67ca993e8286502a950d16571872ca5c4357c 100644 (file)
@@ -60,7 +60,10 @@ be included.")
     "define-widget"
     "define-erc-module"
     "define-erc-response-handler"
-    "defun-rcirc-command")
+    "defun-rcirc-command"
+    "define-short-documentation-group"
+    "def-edebug-elem-spec"
+    "defvar-mode-local")
   "List of strings naming definitions to ignore for prefixes.
 More specifically those definitions will not be considered for the
 `register-definition-prefixes' call.")