emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bnf-mode a32c414: * bnf-mode.el: The Maintainer: should


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode a32c414: * bnf-mode.el: The Maintainer: should be a valid email address
Date: Fri, 10 May 2019 10:44:50 -0400 (EDT)

branch: externals/bnf-mode
commit a32c41432a5a98aeeb9175bec58eb69a7dd6940b
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * 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 <address@hidden>
-;; Maintainer: Serghei Iakovlev
+;; Maintainer: Serghei Iakovlev <address@hidden>
 ;; 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

[Prev in Thread] Current Thread [Next in Thread]