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

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

[nongnu] elpa/j-mode 529cf67 06/56: Swaping progn with eval-when-compile


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode 529cf67 06/56: Swaping progn with eval-when-compile in faces macro
Date: Sun, 29 Aug 2021 11:20:44 -0400 (EDT)

branch: elpa/j-mode
commit 529cf67003d2113c48fb89b85210cfb4624f2cdb
Author: Zachary Elliott <zach@nyu.edu>
Commit: Zachary Elliott <zach@nyu.edu>

    Swaping progn with eval-when-compile in faces macro
---
 j-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/j-mode.el b/j-mode.el
index 9eeafba..016ffac 100644
--- a/j-mode.el
+++ b/j-mode.el
@@ -57,7 +57,7 @@
   :group 'j-)
 
 (defmacro build-faces ( &rest faces )
-  `(progn
+  `(eval-when-compile
      ,@(mapcan (lambda ( x )
                  (let* ((name (car x))
                         (body (cdr x)))



reply via email to

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