From: Glenn Morris Date: Wed, 11 Sep 2013 17:27:22 +0000 (-0400) Subject: * lisp/savehist.el: No need for cl when compiling on Emacs. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c91a2b88d1efef802d6b76910ead67ff8048289;p=emacs.git * lisp/savehist.el: No need for cl when compiling on Emacs. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a79110f4a0..c7e08e40480 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-09-11 Glenn Morris + + * savehist.el: No need for cl when compiling on Emacs. + 2013-09-11 Stefan Monnier * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization diff --git a/lisp/savehist.el b/lisp/savehist.el index 374e57feb1f..379818b2707 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el @@ -49,7 +49,7 @@ (require 'custom) (eval-when-compile - (require 'cl)) + (if (featurep 'xemacs) (require 'cl))) ;; User variables