]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): Require `cl' when compiling.
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Oct 2008 09:40:23 +0000 (09:40 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Oct 2008 09:40:23 +0000 (09:40 +0000)
lisp/ChangeLog
lisp/subr.el

index 3ed5c070a68348410c89d92f148eca93872813f5..4798d2cc96a8e599553b48de7ab199a3eacd9ec6 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * subr.el (top-level): Require `cl' when compiling.
+
 2008-10-20  David Reitter <david.reitter@gmail.com>
 
        * info.el (Info-mode): Do not remove an existing header line if
index d078f3dd9ef3aaaac38454e98ef9d561d86f8181..f2f70d36a8c82524c86e533416795c7b080ba197 100644 (file)
 ;;; Commentary:
 
 ;;; Code:
+
+;; This is for lexical-let in apply-partially.
+(eval-when-compile (require 'cl))
+
 (defvar custom-declare-variable-list nil
   "Record `defcustom' calls made before `custom.el' is loaded to handle them.
 Each element of this list holds the arguments to one call to `defcustom'.")