2000-11-28 Gerd Moellmann <gerd@gnu.org>
+ * hi-lock.el: Update from author.
+
* hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
* dired-aux.el (dired-do-create-files): Construct default file
:group 'hi-lock-interactive-text-highlighting)
(defface hi-yellow
- '((((background dark))
- (:background "yellow" :foreground "black"))
+ '((((background dark)) (:background "yellow" :foreground "black"))
(t (:background "yellow")))
"Default face for hi-lock mode."
:group 'hi-lock-faces)
(interactive)
(font-lock-unfontify-buffer)
(cond
- (jit-lock-mode nil)
+ (jit-lock-mode (jit-lock-refontify))
;; Need a better way, since this assumes too much about lazy lock.
(lazy-lock-mode
(let ((windows (get-buffer-window-list (current-buffer) 'nomini t)))
(provide 'hi-lock)
;;; hi-lock.el ends here
-
-