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
28bb2cef
Commit
28bb2cef
authored
Aug 27, 2000
by
Dave Love
Browse files
(mapc): Use byte-compile-funarg.
parent
f7c436c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+2
-1
No files found.
lisp/ChangeLog
View file @
28bb2cef
2000-08-27 Dave Love <fx@gnu.org>
* emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
2000-08-27 Miles Bader <miles@gnu.org>
* faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
...
...
lisp/emacs-lisp/bytecomp.el
View file @
28bb2cef
...
...
@@ -10,7 +10,7 @@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
(
defconst
byte-compile-version
"$Revision: 2.7
2
$"
)
(
defconst
byte-compile-version
"$Revision: 2.7
3
$"
)
;; This file is part of GNU Emacs.
...
...
@@ -2912,6 +2912,7 @@ If FORM is a lambda or a macro, byte-compile it as a function."
(
byte-defop-compiler-1
mapcar
byte-compile-funarg
)
(
byte-defop-compiler-1
mapatoms
byte-compile-funarg
)
(
byte-defop-compiler-1
mapconcat
byte-compile-funarg
)
(
byte-defop-compiler-1
mapc
byte-compile-funarg
)
(
byte-defop-compiler-1
sort
byte-compile-funarg-2
)
(
byte-defop-compiler-1
let
)
(
byte-defop-compiler-1
let*
)
...
...
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