* lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2013-11-25 Bozhidar Batsov <bozhidar@bozhidar-home.local>
|
||||
|
||||
* emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
|
||||
|
||||
2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com>
|
||||
|
||||
* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user