* lisp/savehist.el: No need for cl when compiling on Emacs.
This commit is contained in:
parent
8d2db8be5b
commit
5c91a2b88d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
(require 'custom)
|
||||
(eval-when-compile
|
||||
(require 'cl))
|
||||
(if (featurep 'xemacs) (require 'cl)))
|
||||
|
||||
;; User variables
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue