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

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

[elpa] externals/shell-command+ d60c01f 22/36: required rx while compili


From: Stefan Monnier
Subject: [elpa] externals/shell-command+ d60c01f 22/36: required rx while compiling
Date: Fri, 25 Sep 2020 11:01:25 -0400 (EDT)

branch: externals/shell-command+
commit d60c01f4102134fa207d833bcc47250f75e2e9bf
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>

    required rx while compiling
---
 bang.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bang.el b/bang.el
index 9e17bca..ed47b7f 100644
--- a/bang.el
+++ b/bang.el
@@ -28,7 +28,7 @@
 ;; The original version can be found here:
 ;; https://leahneukirchen.org/dotfiles/.emacs
 
-(require 'rx)
+(eval-when-compile (require 'rx))
 
 ;;; Code:
 



reply via email to

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