* lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
[bpt/emacs.git] / lisp / emacs-lisp / bytecomp.el
index faa72e7..116f356 100644 (file)
@@ -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))