]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/savehist.el: No need for cl when compiling on Emacs.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 Sep 2013 17:27:22 +0000 (13:27 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 Sep 2013 17:27:22 +0000 (13:27 -0400)
lisp/ChangeLog
lisp/savehist.el

index 7a79110f4a08bc044d22f98705c80990198a2324..c7e08e4048001d79837386b6d08b8134b9fde47b 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-11  Glenn Morris  <rgm@gnu.org>
+
+       * savehist.el: No need for cl when compiling on Emacs.
+
 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
index 374e57feb1f05f44b75ac2fb83367fd1515cd52a..379818b2707be5ebc1148c64f2afe3f1531ac361 100644 (file)
@@ -49,7 +49,7 @@
 
 (require 'custom)
 (eval-when-compile
-  (require 'cl))
+  (if (featurep 'xemacs) (require 'cl)))
 
 ;; User variables