aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 449d47e09b8..544f10ada91 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -489,6 +489,7 @@ Alternatively, click \\[occur-mode-mouse-goto] on an item to go to it.
489 (setq mode-name "Occur") 489 (setq mode-name "Occur")
490 (set (make-local-variable 'revert-buffer-function) 'occur-revert-function) 490 (set (make-local-variable 'revert-buffer-function) 'occur-revert-function)
491 (make-local-variable 'occur-revert-arguments) 491 (make-local-variable 'occur-revert-arguments)
492 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
492 (run-hooks 'occur-mode-hook)) 493 (run-hooks 'occur-mode-hook))
493 494
494(defun occur-revert-function (ignore1 ignore2) 495(defun occur-revert-function (ignore1 ignore2)