Mercurial > emacs
changeset 75642:a27300a96e36
(global-hi-lock-mode): define-global-minor-mode changed to
define-globalized-minor-mode.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 03 Feb 2007 17:26:01 +0000 |
parents | 0c165a40f76b |
children | 39dd9f1dfbb0 |
files | lisp/hi-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hi-lock.el Sat Feb 03 17:25:35 2007 +0000 +++ b/lisp/hi-lock.el Sat Feb 03 17:26:01 2007 +0000 @@ -347,7 +347,7 @@ (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)