Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d0fc47ed
Commit
d0fc47ed
authored
Oct 20, 2008
by
Eli Zaretskii
Browse files
(top-level): Require `cl' when compiling.
parent
09c91aff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/subr.el
lisp/subr.el
+4
-0
No files found.
lisp/ChangeLog
View file @
d0fc47ed
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
...
...
lisp/subr.el
View file @
d0fc47ed
...
...
@@ -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'."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment