emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-dcr.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-dcr.el
Date: Sun, 18 Sep 2005 08:28:33 -0400

Index: emacs/lisp/textmodes/reftex-dcr.el
diff -c emacs/lisp/textmodes/reftex-dcr.el:1.20 
emacs/lisp/textmodes/reftex-dcr.el:1.21
*** emacs/lisp/textmodes/reftex-dcr.el:1.20     Fri Sep 16 10:01:33 2005
--- emacs/lisp/textmodes/reftex-dcr.el  Sun Sep 18 12:28:29 2005
***************
*** 267,273 ****
    ;; Display crossref info in echo area.
    (cond
     ((null docstruct)
!     (message (substitute-command-keys (format reftex-no-info-message "ref"))))
     ((null entry)
      (message "ref: unknown label: %s" label))
     (t
--- 267,273 ----
    ;; Display crossref info in echo area.
    (cond
     ((null docstruct)
!     (message "%s" (substitute-command-keys (format reftex-no-info-message 
"ref"))))
     ((null entry)
      (message "ref: unknown label: %s" label))
     (t
***************
*** 300,306 ****
                (error
                 (if (and files (= (length all-files) (length files)))
                     (message "cite: no such database entry: %s" key)
!                  (message (substitute-command-keys 
                             (format reftex-no-info-message "cite"))))
                 nil)))
        (when entry
--- 300,306 ----
                (error
                 (if (and files (= (length all-files) (length files)))
                     (message "cite: no such database entry: %s" key)
!                  (message "%s" (substitute-command-keys 
                             (format reftex-no-info-message "cite"))))
                 nil)))
        (when entry




reply via email to

[Prev in Thread] Current Thread [Next in Thread]