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

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

[elpa] master 2d4237e 3/8: common/helper: require cl


From: Rocky Bernstein
Subject: [elpa] master 2d4237e 3/8: common/helper: require cl
Date: Mon, 1 Aug 2016 00:17:06 +0000 (UTC)

branch: master
commit 2d4237ece703acb93943e02df99c11ce713958f4
Author: Alex Dunn <address@hidden>
Commit: Alex Dunn <address@hidden>

    common/helper: require cl
    
    Otherwise `make check` can lead to this error: 
https://gist.github.com/dunn/ee1080dd3b32aaf8594d3c8368da7bde
---
 realgud/common/helper.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/realgud/common/helper.el b/realgud/common/helper.el
index a979ae5..5beaf39 100644
--- a/realgud/common/helper.el
+++ b/realgud/common/helper.el
@@ -12,6 +12,8 @@
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 
+(require 'cl)
+
 ;;; Miscellaneous utility functions
 (require 'load-relative)
 



reply via email to

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