changeset 98925:5813cf04cdfe

(top-level): Require `cl' when compiling.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 20 Oct 2008 09:39:33 +0000
parents 8e0d3fd4677e
children 1f564c38be6a
files lisp/subr.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Mon Oct 20 07:39:43 2008 +0000
+++ b/lisp/subr.el	Mon Oct 20 09:39:33 2008 +0000
@@ -24,6 +24,10 @@
 ;;; 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'.")