aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/hi-lock.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-02-13 09:02:36 +0000
committerGerd Moellmann <[email protected]>2001-02-13 09:02:36 +0000
commite9fcba3d594a4cc5f3b59ed88011c1d74529cce3 (patch)
tree0c87ecaaf55d74e94095ff156a28a9693f67ca76 /lisp/hi-lock.el
parent78ad1cd532c8da14bb582a56221eb0e17c052855 (diff)
(hi-lock-find-patterns): Don't activate font-lock-mode.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r--lisp/hi-lock.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index 0ae3dbddce..20961226cb 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)))))))