# HG changeset patch # User Eli Zaretskii # Date 1224495573 0 # Node ID 5813cf04cdfec7851e3ba77ec6f67cef868555e9 # Parent 8e0d3fd4677ee1a4aad685b9c71fe80d3afe2a26 (top-level): Require `cl' when compiling. diff -r 8e0d3fd4677e -r 5813cf04cdfe lisp/subr.el --- 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'.")