]> git.eshelyaron.com Git - emacs.git/commitdiff
* grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 26 Nov 2011 09:10:36 +0000 (10:10 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 26 Nov 2011 09:10:36 +0000 (10:10 +0100)
Avoid warning about old-style backquote.

admin/ChangeLog
admin/grammars/bovine-grammar.el

index 34619a759c4bfc1d0a98cb677d6b5670325ebedf..4da85943b7f004d4bda3057ad11077c82cfa1141 100644 (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 `.'.
index 2201668731dfbf9ef9b0283997dc97cb0367187b..eda7b42adbddfaae9be433357ab17d45dcb14fea 100644 (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.