From: Juanma Barranquero Date: Fri, 30 Aug 2002 11:51:42 +0000 (+0000) Subject: (occur-mode): Add interactive declaration. X-Git-Tag: ttn-vms-21-2-B4~13481 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce8b7b9ff6f27e6f531e7037f92d93a038c91281;p=emacs.git (occur-mode): Add interactive declaration. --- 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)