emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114215: * lisp/savehist.el: No need for cl when com


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114215: * lisp/savehist.el: No need for cl when compiling on Emacs.
Date: Wed, 11 Sep 2013 17:27:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114215
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 13:27:22 -0400
message:
  * lisp/savehist.el: No need for cl when compiling on Emacs.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/savehist.el               
savehist.el-20091113204419-o5vbwnq5f7feedwu-3943
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-11 16:00:37 +0000
+++ b/lisp/ChangeLog    2013-09-11 17:27:22 +0000
@@ -1,3 +1,7 @@
+2013-09-11  Glenn Morris  <address@hidden>
+
+       * savehist.el: No need for cl when compiling on Emacs.
+
 2013-09-11  Stefan Monnier  <address@hidden>
 
        * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization

=== modified file 'lisp/savehist.el'
--- a/lisp/savehist.el  2013-01-01 09:11:05 +0000
+++ b/lisp/savehist.el  2013-09-11 17:27:22 +0000
@@ -49,7 +49,7 @@
 
 (require 'custom)
 (eval-when-compile
-  (require 'cl))
+  (if (featurep 'xemacs) (require 'cl)))
 
 ;; User variables
 


reply via email to

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