From: Glenn Morris Date: Sat, 19 Jun 2010 02:27:57 +0000 (-0700) Subject: Close bug#6450. X-Git-Tag: emacs-pretest-23.2.90~139^2~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4111f0c731623edc1978f861ed5f25614c3ae2a2;p=emacs.git Close bug#6450. * lisp/progmodes/idlwave.el (idlwave-action-and-binding): Fix typo in 2009-12-03 change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93fd4cd8c54..02b389b77d4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-06-19 Glenn Morris + + * progmodes/idlwave.el (idlwave-action-and-binding): + Fix typo in 2009-12-03 change. (Bug#6450) + 2010-06-17 Stefan Monnier * subr.el (read-quoted-char): Fix up last change (bug#6290). diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index e6228286a19..b2858f1479d 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -1601,7 +1601,7 @@ Capitalize system variables - action only `(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'.