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/easy-mmode.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easy-mmode.el
Date: Thu, 31 Mar 2005 16:15:31 -0500

Index: emacs/lisp/emacs-lisp/easy-mmode.el
diff -c emacs/lisp/emacs-lisp/easy-mmode.el:1.56 
emacs/lisp/emacs-lisp/easy-mmode.el:1.57
*** emacs/lisp/emacs-lisp/easy-mmode.el:1.56    Thu Mar 31 14:49:09 2005
--- emacs/lisp/emacs-lisp/easy-mmode.el Thu Mar 31 21:15:31 2005
***************
*** 254,261 ****
  ;;;
  
  ;;;###autoload
! (defmacro easy-mmode-define-global-mode (global-mode mode turn-on
!                                                    &rest keys)
    "Make GLOBAL-MODE out of the buffer-local minor MODE.
  TURN-ON is a function that will be called with no args in every buffer
    and that should try to turn MODE on if applicable for that buffer.
--- 254,262 ----
  ;;;
  
  ;;;###autoload
! (defalias 'easy-mmode-define-global-mode 'define-global-minor-mode)
! ;;;###autoload
! (defmacro define-global-minor-mode (global-mode mode turn-on &rest keys)
    "Make GLOBAL-MODE out of the buffer-local minor MODE.
  TURN-ON is a function that will be called with no args in every buffer
    and that should try to turn MODE on if applicable for that buffer.




reply via email to

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