Index: emacs/lisp/textmodes/reftex-ref.el
diff -c emacs/lisp/textmodes/reftex-ref.el:1.20
emacs/lisp/textmodes/reftex-ref.el:1.21
*** emacs/lisp/textmodes/reftex-ref.el:1.20 Fri Mar 25 09:03:24 2005
--- emacs/lisp/textmodes/reftex-ref.el Wed May 18 11:23:26 2005
***************
*** 3,9 ****
;; Free Software Foundation, Inc.
;; Author: Carsten Dominik <[EMAIL PROTECTED]>
! ;; Version: 4.26
;; This file is part of GNU Emacs.
--- 3,9 ----
;; Free Software Foundation, Inc.
;; Author: Carsten Dominik <[EMAIL PROTECTED]>
! ;; Version: 4.28
;; This file is part of GNU Emacs.
***************
*** 29,34 ****
--- 29,35 ----
(eval-when-compile (require 'cl))
(provide 'reftex-ref)
(require 'reftex)
+ (require 'reftex-parse)
;;;
(defun reftex-label-location (&optional bound)
***************
*** 200,212 ****
force-prompt)
(while (not valid)
! ;; iterate until we get a legal label
(setq label (read-string
(if naked "Naked Label: " "Label: ")
default))
! ;; Lets make sure that this is a legal label
(cond
((string-match (concat "\\`\\(" (regexp-quote prefix)
--- 201,213 ----
force-prompt)
(while (not valid)
! ;; iterate until we get a valid label
(setq label (read-string
(if naked "Naked Label: " "Label: ")
default))
! ;; Lets make sure that this is a valid label
(cond
((string-match (concat "\\`\\(" (regexp-quote prefix)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs