diff lisp/subr.el @ 98925:5813cf04cdfe

(top-level): Require `cl' when compiling.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 20 Oct 2008 09:39:33 +0000
parents 93a97d9279a2
children 8d3f352dfa8d
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'.")