diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 0b0e56df2fe..b8bf0648c24 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -227,7 +227,8 @@ in the buffer that the occurrences were found in. (setq mode-name "Occur") (make-local-variable 'occur-buffer) (make-local-variable 'occur-nlines) - (make-local-variable 'occur-pos-list)) + (make-local-variable 'occur-pos-list) + (run-hooks 'occur-mode-hook)) (defun occur-mode-goto-occurrence () "Go to the line this occurrence was found in, in the buffer it was found in." |
