From 4111f0c731623edc1978f861ed5f25614c3ae2a2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 18 Jun 2010 19:27:57 -0700 Subject: [PATCH] Close bug#6450. * lisp/progmodes/idlwave.el (idlwave-action-and-binding): Fix typo in 2009-12-03 change. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/idlwave.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'. -- 2.39.2