emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115233: * lisp/emacs-lisp/bytecomp.el (byte-compile


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r115233: * lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
Date: Mon, 25 Nov 2013 18:45:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115233
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: emacs-bzr
timestamp: Mon 2013-11-25 20:45:34 +0200
message:
  * lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/bytecomp.el    bytecomp.el-20091113204419-o5vbwnq5f7feedwu-492
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-25 17:22:17 +0000
+++ b/lisp/ChangeLog    2013-11-25 18:45:34 +0000
@@ -1,3 +1,7 @@
+2013-11-25  Bozhidar Batsov  <address@hidden>
+
+       * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
+
 2013-11-25  Sebastian Wiesner <address@hidden>
 
        * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):

=== modified file 'lisp/emacs-lisp/bytecomp.el'
--- a/lisp/emacs-lisp/bytecomp.el       2013-11-25 17:16:32 +0000
+++ b/lisp/emacs-lisp/bytecomp.el       2013-11-25 18:45:34 +0000
@@ -2930,7 +2930,7 @@
      ((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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]