* grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):

Avoid warning about old-style backquote.
This commit is contained in:
Andreas Schwab 2011-11-26 10:10:36 +01:00
parent 509c74bd24
commit 303d001fea
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2011-11-26 Andreas Schwab <schwab@linux-m68k.org>
* grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
Avoid warning about old-style backquote.
* grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
in regexp.
(wisent-make-parsers): Likewise. Quote `.'.

View file

@ -115,7 +115,7 @@ NAME, ALIASCLASS, DEFINITION and ATTRIBUTES."
;; when it is released, but at the moment it might be possible that people
;; are using an older snapshot.
(defvar bovine--grammar-newstyle-unquote
(equal '(, test) (read ",test")))
(equal '(\, test) (read ",test")))
(defun bovine-grammar-expand-form (form quotemode &optional inplace)
"Expand FORM into a new one suitable to the bovine parser.