Add more autoload-ignored-definitions
* lisp/emacs-lisp/loaddefs-gen.el (autoload-ignored-definitions): Add define-ibuffer-column.
This commit is contained in:
parent
24e93505b9
commit
e2eee46247
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ be included.")
|
|||
"defun-rcirc-command"
|
||||
"define-short-documentation-group"
|
||||
"def-edebug-elem-spec"
|
||||
"defvar-mode-local")
|
||||
"defvar-mode-local"
|
||||
"define-ibuffer-column")
|
||||
"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