1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(reftex-short-context): Revert previous change.

This commit is contained in:
Glenn Morris 2007-12-07 05:25:04 +00:00
parent de74083d8b
commit 19b6cf1817
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2007-12-07 Glenn Morris <rgm@gnu.org>
* allout.el (allout-write-file-hook-handler):
* textmodes/reftex.el (reftex-TeX-master-file):
* textmodes/reftex-parse.el (reftex-short-context):
Revert previous change.
2007-12-07 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-hash-table=): Fix for new hash table key

View File

@ -544,7 +544,7 @@ of master file."
(save-excursion
(condition-case error-var
(funcall parse env)
(error "HOOK ERROR: %s" (cdr error-var)))))
(error (format "HOOK ERROR: %s" (cdr error-var))))))
(t
"INVALID VALUE OF PARSE"))))