diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-02-13 09:02:36 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-02-13 09:02:36 +0000 |
commit | e9fcba3d594a4cc5f3b59ed88011c1d74529cce3 (patch) | |
tree | 0c87ecaaf55d74e94095ff156a28a9693f67ca76 /lisp/hi-lock.el | |
parent | 78ad1cd532c8da14bb582a56221eb0e17c052855 (diff) | |
download | emacs-e9fcba3d594a4cc5f3b59ed88011c1d74529cce3.tar.gz |
(hi-lock-find-patterns): Don't activate font-lock-mode.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r-- | lisp/hi-lock.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index 0ae3dbddce6..20961226cb5 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -550,7 +550,6 @@ Optional argument END is maximum excursion." (hi-lock-current-line))) nil)))) (if patterns (setq all-patterns (append patterns all-patterns)))))) - (unless font-lock-mode (font-lock-mode)) (when hi-lock-mode (hi-lock-set-file-patterns all-patterns)) (if (interactive-p) (message (format "Hi-lock added %d patterns." (length all-patterns))))))) |