Add more autoload-ignored-definitions defs
* lisp/emacs-lisp/loaddefs-gen.el (autoload-ignored-definitions): Add more definition forms that shouldn't trigger prefix registration (bug#56970).
This commit is contained in:
parent
51b9d7d672
commit
459b1b8fbc
1 changed files with 4 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue