* 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 7a79110..c7e08e4 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 374e57f..379818b 100644 (file)
@@ -49,7 +49,7 @@
 
 (require 'custom)
 (eval-when-compile
-  (require 'cl))
+  (if (featurep 'xemacs) (require 'cl)))
 
 ;; User variables