1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

Add more autoload-ignored-definitions

* lisp/emacs-lisp/loaddefs-gen.el (autoload-ignored-definitions):
Add define-ibuffer-column.
This commit is contained in:
Stefan Kangas 2022-08-04 14:36:34 +02:00
parent 24e93505b9
commit e2eee46247

View File

@ -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.")