(make-autoload): Handle define-ibuffer-column, define-ibuffer-filter,
define-ibuffer-sorter, and define-ibuffer-op.
This commit is contained in:
parent
f767db5b14
commit
8c7b56e7e9
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ or macro definition or a defcustom)."
|
|||
(cond
|
||||
;; For complex cases, try again on the macro-expansion.
|
||||
((and (memq car '(easy-mmode-define-global-mode
|
||||
define-ibuffer-column define-ibuffer-filter
|
||||
define-ibuffer-sorter
|
||||
define-ibuffer-op
|
||||
easy-mmode-define-minor-mode define-minor-mode))
|
||||
(setq expand (let ((load-file-name file)) (macroexpand form)))
|
||||
(eq (car expand) 'progn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue