From: Chong Yidong Date: Sat, 3 Feb 2007 17:26:01 +0000 (+0000) Subject: (global-hi-lock-mode): define-global-minor-mode changed to X-Git-Tag: emacs-pretest-22.0.94~422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98007d8383e016577b8752deac29abf3b8c5d68d;p=emacs.git (global-hi-lock-mode): define-global-minor-mode changed to define-globalized-minor-mode. --- diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index 26451faf1ce..889b13cfa59 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -347,7 +347,7 @@ versions before 22 use the following in your .emacs file: (remove-hook 'font-lock-mode-hook 'hi-lock-font-lock-hook t))) ;;;###autoload -(define-global-minor-mode global-hi-lock-mode +(define-globalized-minor-mode global-hi-lock-mode hi-lock-mode turn-on-hi-lock-if-enabled :group 'hi-lock)