mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(top-level): Require `cl' when compiling.
This commit is contained in:
parent
09c91affa8
commit
d0fc47eda0
@ -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
|
||||
|
@ -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'.")
|
||||
|
Loading…
Reference in New Issue
Block a user