emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99863: Close bug#6450.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99863: Close bug#6450.
Date: Fri, 18 Jun 2010 19:27:57 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99863
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-06-18 19:27:57 -0700
message:
  Close bug#6450.
  * lisp/progmodes/idlwave.el (idlwave-action-and-binding):
  Fix typo in 2009-12-03 change.
modified:
  lisp/ChangeLog
  lisp/progmodes/idlwave.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-17 03:37:13 +0000
+++ b/lisp/ChangeLog    2010-06-19 02:27:57 +0000
@@ -1,3 +1,8 @@
+2010-06-19  Glenn Morris  <address@hidden>
+
+       * progmodes/idlwave.el (idlwave-action-and-binding):
+       Fix typo in 2009-12-03 change.  (Bug#6450)
+
 2010-06-17  Stefan Monnier  <address@hidden>
 
        * subr.el (read-quoted-char): Fix up last change (bug#6290).

=== modified file 'lisp/progmodes/idlwave.el'
--- a/lisp/progmodes/idlwave.el 2010-01-14 18:37:23 +0000
+++ b/lisp/progmodes/idlwave.el 2010-06-19 02:27:57 +0000
@@ -1601,7 +1601,7 @@
         `(lambda ()
            (interactive)
            (self-insert-command 1)
-           ,@(if (listp cmd) cmd (list cmd))))))
+           ,(if (listp cmd) cmd (list cmd))))))
 
 ;; Set action and key bindings.
 ;; See description of the function `idlwave-action-and-binding'.


reply via email to

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