branch: externals/bnf-mode
commit a32c41432a5a98aeeb9175bec58eb69a7dd6940b
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * bnf-mode.el: The Maintainer: should be a valid email address
---
 bnf-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bnf-mode.el b/bnf-mode.el
index ec88093..0ddb0a9 100644
--- a/bnf-mode.el
+++ b/bnf-mode.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2019 Free Software Foundation, Inc
 
 ;; Author: Serghei Iakovlev <sadhook...@gmail.com>
-;; Maintainer: Serghei Iakovlev
+;; Maintainer: Serghei Iakovlev <sadhook...@gmail.com>
 ;; Version: 0.4.1
 ;; URL: https://github.com/sergeyklay/bnf-mode
 ;; Keywords: languages
@@ -62,7 +62,7 @@
 (eval-when-compile
   (require 'rx))    ; `rx'
 
-(require 'cl-lib)   ; `cl-defmacro'
+;; (require 'cl-lib)   ; `cl-defmacro'
 
 
 ;;; Customization
@@ -105,7 +105,7 @@ semicolon only (\";\")."
                                      (in " \t"))))))
     "Additional special sexps for `bnf-rx'."))
 
-  (cl-defmacro bnf-rx (&rest sexps)
+  (defmacro bnf-rx (&rest sexps)
      "BNF-specific replacement for `rx'.
 
 In addition to the standard forms of `rx', the following forms

Reply via email to