mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 23:40:24 -08:00
* lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
This commit is contained in:
parent
4aaf6b615b
commit
d694737ae4
2 changed files with 5 additions and 1 deletions
|
|
@ -2930,7 +2930,7 @@ for symbols generated by the byte compiler itself."
|
|||
((symbolp (car form))
|
||||
(let* ((fn (car form))
|
||||
(handler (get fn 'byte-compile))
|
||||
(interactive-onaly (or (get fn 'interactive-only)
|
||||
(interactive-only (or (get fn 'interactive-only)
|
||||
(memq fn byte-compile-interactive-only-functions))))
|
||||
(when (macroexp--const-symbol-p fn)
|
||||
(byte-compile-warn "`%s' called as a function" fn))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue