mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(top-level): Require `cl' when compiling.
This commit is contained in:
parent
09c91affa8
commit
d0fc47eda0
2 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue