1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

Allow bad tags in Scheme

* admin/grammars/scheme.by (scheme-in-list): Allow bad tags in
Scheme (bug#36521).
This commit is contained in:
Eric Ludlam 2019-07-14 13:51:20 +02:00 committed by Lars Ingebrigtsen
parent 8603a7d4ed
commit ba51c80c30

View File

@ -72,6 +72,8 @@ scheme-in-list: DEFINE symbol expression
(INCLUDE-TAG (file-name-nondirectory (read $2)) (read $2) )
| symbol sequence
(CODE-TAG $1 nil)
| ;; No match, error
(TAG "Bad Tag in Sexp" 'error)
;
name-args: semantic-list