Moved the definition of `reftex-isearch-minor-mode' to reftex.el,

because it is needed in the menu.
This commit is contained in:
Carsten Dominik 2005-05-19 08:21:53 +00:00
parent 9647494486
commit d460c0f5ad

View file

@ -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.