Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
547776f9
Commit
547776f9
authored
Oct 17, 2009
by
Glenn Morris
Browse files
(semantic-grammar--lex-delim-spec): All errors should have messages.
parent
3ee0b477
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/cedet/semantic/grammar.el
lisp/cedet/semantic/grammar.el
+1
-1
No files found.
lisp/ChangeLog
View file @
547776f9
2009-10-17 Glenn Morris <rgm@gnu.org>
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):
* foldout.el (foldout-mouse-swallow-events):
* gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
* gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
...
...
lisp/cedet/semantic/grammar.el
View file @
547776f9
...
@@ -690,7 +690,7 @@ The symbols in the list are local variables in
...
@@ -690,7 +690,7 @@ The symbols in the list are local variables in
(
car
delim-spec
)
(
symbolp
(
car
delim-spec
))
(
car
delim-spec
)
(
symbolp
(
car
delim-spec
))
(
cadr
delim-spec
)
(
symbolp
(
cadr
delim-spec
)))
(
cadr
delim-spec
)
(
symbolp
(
cadr
delim-spec
)))
delim-spec
delim-spec
(
error
)))
(
error
"Invalid delimiter"
)))
(
error
(
error
(
error
"Invalid delimiters specification %s in block token %s"
(
error
"Invalid delimiters specification %s in block token %s"
(
cdr
block-spec
)
(
car
block-spec
)))))
(
cdr
block-spec
)
(
car
block-spec
)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment