]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-autoload): Don't handle define-ibuffer-column,
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Jan 2002 02:36:53 +0000 (02:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Jan 2002 02:36:53 +0000 (02:36 +0000)
define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.

lisp/ChangeLog
lisp/emacs-lisp/autoload.el

index fb714e2078808f239695c64100a52ea6c42c12c1..0a400ae6dd6a65a68ce5a289a102b43bd31457ce 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-15  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/autoload.el (make-autoload): 
+       Don't handle define-ibuffer-column, define-ibuffer-filter,
+       define-ibuffer-sorter, and define-ibuffer-op.
+
 2002-01-14  Richard M. Stallman  <rms@gnu.org>
 
        * calendar/calendar.el (diary-date-forms): Doc fix.
index 99fc70ad5d8fcc4d82ed16fdfa9fe51bc716a8bb..9633f3ea85efe5c09940d254b8fabbcdaa1ed54a 100644 (file)
@@ -72,9 +72,6 @@ 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)