emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cwarn.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cwarn.el,v
Date: Sat, 03 Feb 2007 17:24:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/02/03 17:24:52

Index: cwarn.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/cwarn.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- cwarn.el    21 Jan 2007 03:20:45 -0000      1.14
+++ cwarn.el    3 Feb 2007 17:24:52 -0000       1.15
@@ -372,7 +372,7 @@
   (if (cwarn-is-enabled major-mode) (turn-on-cwarn-mode)))
 
 ;;;###autoload
-(define-global-minor-mode global-cwarn-mode
+(define-globalized-minor-mode global-cwarn-mode
   cwarn-mode turn-on-cwarn-mode-if-enabled)
 
 (provide 'cwarn)




reply via email to

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