* lisp/savehist.el: No need for cl when compiling on Emacs.

This commit is contained in:
Glenn Morris 2013-09-11 13:27:22 -04:00
parent 8d2db8be5b
commit 5c91a2b88d
2 changed files with 5 additions and 1 deletions

View 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

View file

@ -49,7 +49,7 @@
(require 'custom)
(eval-when-compile
(require 'cl))
(if (featurep 'xemacs) (require 'cl)))
;; User variables