]> git.eshelyaron.com Git - emacs.git/commitdiff
Add more autoload-ignored-definitions
authorStefan Kangas <stefan@marxist.se>
Thu, 4 Aug 2022 12:36:34 +0000 (14:36 +0200)
committerStefan 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

index 8dd67ca993e8286502a950d16571872ca5c4357c..c11eb3d7ab770f4793e76ec469eb3f57adb39e48 100644 (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.")