projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e9350
)
Add more autoload-ignored-definitions
author
Stefan Kangas
<stefan@marxist.se>
Thu, 4 Aug 2022 12:36:34 +0000
(14:36 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 4 Aug 2022 12:36:34 +0000
(14:36 +0200)
* lisp/emacs-lisp/loaddefs-gen.el (autoload-ignored-definitions):
Add define-ibuffer-column.
lisp/emacs-lisp/loaddefs-gen.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/loaddefs-gen.el
b/lisp/emacs-lisp/loaddefs-gen.el
index 8dd67ca993e8286502a950d16571872ca5c4357c..c11eb3d7ab770f4793e76ec469eb3f57adb39e48 100644
(file)
--- a/
lisp/emacs-lisp/loaddefs-gen.el
+++ b/
lisp/emacs-lisp/loaddefs-gen.el
@@
-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.")