diff options
Diffstat (limited to 'lisp/textmodes/reftex-parse.el')
| -rw-r--r-- | lisp/textmodes/reftex-parse.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index 630c7101725..ce1e3d77d72 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; reftex-parse.el --- parser functions for RefTeX | 1 | ;;; reftex-parse.el --- parser functions for RefTeX |
| 2 | ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc. | 2 | ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 |
| 3 | ;; Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 5 | ;; Version: 4.26 | 6 | ;; Version: 4.26 |
| @@ -544,7 +545,7 @@ of master file." | |||
| 544 | (funcall parse env) | 545 | (funcall parse env) |
| 545 | (error (format "HOOK ERROR: %s" (cdr error-var)))))) | 546 | (error (format "HOOK ERROR: %s" (cdr error-var)))))) |
| 546 | (t | 547 | (t |
| 547 | "ILLEGAL VALUE OF PARSE")))) | 548 | "INVALID VALUE OF PARSE")))) |
| 548 | 549 | ||
| 549 | (defun reftex-where-am-I () | 550 | (defun reftex-where-am-I () |
| 550 | ;; Return the docstruct entry above point. Actually returns a cons | 551 | ;; Return the docstruct entry above point. Actually returns a cons |