/[emacs]/emacs/lisp/emacs-lisp/easy-mmode.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/easy-mmode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by lute, Thu Mar 31 14:49:09 2005 UTC revision 1.57 by rms, Thu Mar 31 21:15:31 2005 UTC
# Line 254  With zero or negative ARG turn mode off. Line 254  With zero or negative ARG turn mode off.
254  ;;;  ;;;
255    
256  ;;;###autoload  ;;;###autoload
257  (defmacro easy-mmode-define-global-mode (global-mode mode turn-on  (defalias 'easy-mmode-define-global-mode 'define-global-minor-mode)
258                                                       &rest keys)  ;;;###autoload
259    (defmacro define-global-minor-mode (global-mode mode turn-on &rest keys)
260    "Make GLOBAL-MODE out of the buffer-local minor MODE.    "Make GLOBAL-MODE out of the buffer-local minor MODE.
261  TURN-ON is a function that will be called with no args in every buffer  TURN-ON is a function that will be called with no args in every buffer
262    and that should try to turn MODE on if applicable for that buffer.    and that should try to turn MODE on if applicable for that buffer.

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26