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

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

[elpa] externals/undo-tree c041ce8 033/195: Added missing (eval-when-com


From: Stefan Monnier
Subject: [elpa] externals/undo-tree c041ce8 033/195: Added missing (eval-when-compile (require 'cl)) line.
Date: Sat, 28 Nov 2020 13:41:15 -0500 (EST)

branch: externals/undo-tree
commit c041ce8242834bf74784d4bd2237b5826ee6c373
Author: tsc25 <tsc25@cantab.net>
Commit: tsc25 <tsc25@cantab.net>

    Added missing (eval-when-compile (require 'cl)) line.
---
 undo-tree.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/undo-tree.el b/undo-tree.el
index 0cddbd6..4dd2b16 100644
--- a/undo-tree.el
+++ b/undo-tree.el
@@ -469,8 +469,12 @@
 ;; * initial release
 
 
+
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
+
 ;;; =====================================================================
 ;;;              Global variables and customization options
 



reply via email to

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