(top-level): Require `cl' when compiling.
This commit is contained in:
@@ -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'.")
|
||||
|
||||
Reference in New Issue
Block a user