]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-cwarn-mode): define-global-minor-mode changed to
authorChong Yidong <cyd@stupidchicken.com>
Sat, 3 Feb 2007 17:24:52 +0000 (17:24 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 3 Feb 2007 17:24:52 +0000 (17:24 +0000)
define-globalized-minor-mode.

lisp/progmodes/cwarn.el

index b1b22ed353de06526dbaa22a6eaddeb6b22c21c3..8f710bf20bc4bc62393fec87bf007820b2fc6fd3 100644 (file)
@@ -372,7 +372,7 @@ The mode is turned if some feature is enabled for the current
   (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)