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-parse.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-parse.el
Date: Fri, 25 Mar 2005 04:03:27 -0500

Index: emacs/lisp/textmodes/reftex-parse.el
diff -c emacs/lisp/textmodes/reftex-parse.el:1.20 
emacs/lisp/textmodes/reftex-parse.el:1.21
*** emacs/lisp/textmodes/reftex-parse.el:1.20   Fri Jan 14 10:12:03 2005
--- emacs/lisp/textmodes/reftex-parse.el        Fri Mar 25 09:03:24 2005
***************
*** 1,5 ****
  ;;; reftex-parse.el --- parser functions for RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, 
Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.26
--- 1,6 ----
  ;;; reftex-parse.el --- parser functions for RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005
! ;;  Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.26
***************
*** 544,550 ****
             (funcall parse env)
           (error (format "HOOK ERROR: %s" (cdr error-var))))))
      (t
!      "ILLEGAL VALUE OF PARSE"))))
  
  (defun reftex-where-am-I ()
    ;; Return the docstruct entry above point.  Actually returns a cons
--- 545,551 ----
             (funcall parse env)
           (error (format "HOOK ERROR: %s" (cdr error-var))))))
      (t
!      "INVALID VALUE OF PARSE"))))
  
  (defun reftex-where-am-I ()
    ;; Return the docstruct entry above point.  Actually returns a cons




reply via email to

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