auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to reftex/lisp/reftex-dcr.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to reftex/lisp/reftex-dcr.el,v
Date: Sat, 08 Aug 2009 16:29:37 +0000

CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    09/08/08 16:29:37

Index: reftex-dcr.el
===================================================================
RCS file: /sources/auctex/reftex/lisp/reftex-dcr.el,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- reftex-dcr.el       16 Mar 2008 16:50:25 -0000      1.32
+++ reftex-dcr.el       8 Aug 2009 16:29:36 -0000       1.33
@@ -27,11 +27,13 @@
 
 ;;; Code:
 
+;; All glory to the byte compiler.
 (eval-when-compile (require 'cl))
-(provide 'reftex-dcr)
-(provide 'reftex-vcr)
+(eval-and-compile
+  (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
+(declare-function bibtex-beginning-of-entry "bibtex" ())
+
 (require 'reftex-base)
-;;;
 
 (defun reftex-view-crossref (&optional arg auto-how fail-quietly)
   "View cross reference of macro at point.  Point must be on the KEY
@@ -484,5 +486,7 @@
       (move-marker reftex-global-search-marker nil)
       (error "All files processed"))))
 
+(provide 'reftex-dcr)
+
 ;;; arch-tag: d2f52b56-744e-44ad-830d-1fc193b90eda
 ;;; reftex-dcr.el ends here




reply via email to

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