[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-global.el
From: |
Carsten Dominik |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-global.el |
Date: |
Thu, 19 May 2005 04:21:53 -0400 |
Index: emacs/lisp/textmodes/reftex-global.el
diff -c emacs/lisp/textmodes/reftex-global.el:1.19
emacs/lisp/textmodes/reftex-global.el:1.20
*** emacs/lisp/textmodes/reftex-global.el:1.19 Wed May 18 11:23:26 2005
--- emacs/lisp/textmodes/reftex-global.el Thu May 19 08:21:53 2005
***************
*** 417,426 ****
(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.
This minor mode allows isearch to search through all the files of
--- 417,422 ----