]> git.eshelyaron.com Git - emacs.git/commitdiff
Moved the definition of `reftex-isearch-minor-mode' to reftex.el,
authorCarsten Dominik <dominik@science.uva.nl>
Thu, 19 May 2005 08:21:53 +0000 (08:21 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Thu, 19 May 2005 08:21:53 +0000 (08:21 +0000)
because it is needed in the menu.

lisp/textmodes/reftex-global.el

index 53cf11c9ca9f829a12224e4c97215bb334f9ab35..76c03c13188111e6cb152131e1442256c98d2feb 100644 (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.