From: Carsten Dominik Date: Thu, 19 May 2005 08:21:53 +0000 (+0000) Subject: Moved the definition of `reftex-isearch-minor-mode' to reftex.el, X-Git-Tag: ttn-vms-21-2-B4~153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d460c0f5ad2b83e2e06dd5b38191d62a3dcf0596;p=emacs.git Moved the definition of `reftex-isearch-minor-mode' to reftex.el, because it is needed in the menu. --- diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 53cf11c9ca9..76c03c13188 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el @@ -416,10 +416,6 @@ Also checks if buffers visiting the files are in read-only mode." (when flist (find-file (car flist)))))) -;;;###autoload -(defvar reftex-isearch-minor-mode nil) -(make-variable-buffer-local 'reftex-isearch-minor-mode) - ;;;###autoload (defun reftex-isearch-minor-mode (&optional arg) "When on, isearch searches the whole document, not only the current file.