diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-08-30 11:51:42 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-08-30 11:51:42 +0000 |
commit | ce8b7b9ff6f27e6f531e7037f92d93a038c91281 (patch) | |
tree | 8f9b19888bf0c5599722c770bb69d962f4366eb8 | |
parent | 72e97196e9085ba8d7a9af29615eec19d652fe78 (diff) | |
download | emacs-ce8b7b9ff6f27e6f531e7037f92d93a038c91281.tar.gz emacs-ce8b7b9ff6f27e6f531e7037f92d93a038c91281.tar.bz2 emacs-ce8b7b9ff6f27e6f531e7037f92d93a038c91281.zip |
(occur-mode): Add interactive declaration.
-rw-r--r-- | lisp/replace.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index bd686e81f40..e47fcdec264 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -482,6 +482,7 @@ See `occur-revert-function'.") Alternatively, click \\[occur-mode-mouse-goto] on an item to go to it. \\{occur-mode-map}" + (interactive) (kill-all-local-variables) (use-local-map occur-mode-map) (setq major-mode 'occur-mode) |