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
8accceac
Commit
8accceac
authored
Sep 21, 2007
by
Glenn Morris
Browse files
(byte-compile-warning-types): Add mapcar and make-local.
parent
86da2828
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+2
-1
No files found.
lisp/ChangeLog
View file @
8accceac
...
...
@@ -4,6 +4,7 @@
(byte-compile-warnings-safe-p): Add `mapcar'.
(byte-compile-normal-call): Add option to suppress mapcar warning.
(top-level): Use mapc rather than mapcar in eval-when-compile.
(byte-compile-warning-types): Add mapcar and make-local.
2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/emacs-lisp/bytecomp.el
View file @
8accceac
...
...
@@ -341,7 +341,8 @@ If it is 'byte, then only byte-level optimizations will be logged."
(
defconst
byte-compile-warning-types
'
(
redefine
callargs
free-vars
unresolved
obsolete
noruntime
cl-functions
interactive-only
)
obsolete
noruntime
cl-functions
interactive-only
make-local
mapcar
)
"The list of warning types used when `byte-compile-warnings' is t."
)
(
defcustom
byte-compile-warnings
t
"*List of warnings that the byte-compiler should issue (t for all).
...
...
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