comparison 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
comparison
equal deleted inserted replaced
98924:8e0d3fd4677e 98925:5813cf04cdfe
22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 23
24 ;;; Commentary: 24 ;;; Commentary:
25 25
26 ;;; Code: 26 ;;; Code:
27
28 ;; This is for lexical-let in apply-partially.
29 (eval-when-compile (require 'cl))
30
27 (defvar custom-declare-variable-list nil 31 (defvar custom-declare-variable-list nil
28 "Record `defcustom' calls made before `custom.el' is loaded to handle them. 32 "Record `defcustom' calls made before `custom.el' is loaded to handle them.
29 Each element of this list holds the arguments to one call to `defcustom'.") 33 Each element of this list holds the arguments to one call to `defcustom'.")
30 34
31 ;; Use this, rather than defcustom, in subr.el and other files loaded 35 ;; Use this, rather than defcustom, in subr.el and other files loaded