1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(semantic-grammar--lex-delim-spec): All errors should have messages.

This commit is contained in:
Glenn Morris 2009-10-17 03:16:38 +00:00
parent 3ee0b4774b
commit 547776f9b0
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2009-10-17 Glenn Morris <rgm@gnu.org>
* cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
All errors should have messages.
* foldout.el (foldout-mouse-swallow-events):
* gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.

View file

@ -690,7 +690,7 @@ The symbols in the list are local variables in
(car delim-spec) (symbolp (car delim-spec))
(cadr delim-spec) (symbolp (cadr delim-spec)))
delim-spec
(error)))
(error "Invalid delimiter")))
(error
(error "Invalid delimiters specification %s in block token %s"
(cdr block-spec) (car block-spec)))))