emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/autoload.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/autoload.el
Date: Tue, 15 Jan 2002 21:36:31 -0500

Index: emacs/lisp/emacs-lisp/autoload.el
diff -c emacs/lisp/emacs-lisp/autoload.el:1.86 
emacs/lisp/emacs-lisp/autoload.el:1.87
*** emacs/lisp/emacs-lisp/autoload.el:1.86      Sun Jan 13 00:41:27 2002
--- emacs/lisp/emacs-lisp/autoload.el   Tue Jan 15 21:36:29 2002
***************
*** 72,80 ****
      (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)
--- 72,77 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]