[mcclim-cvs] CVS mcclim/ESA
thenriksen
thenriksen at common-lisp.net
Mon Jan 14 20:50:11 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/ESA
In directory clnet:/tmp/cvs-serv24744/ESA
Modified Files:
esa.lisp
Log Message:
Fixed ESA macro replaying.
--- /project/mcclim/cvsroot/mcclim/ESA/esa.lisp 2007/12/19 11:01:57 1.13
+++ /project/mcclim/cvsroot/mcclim/ESA/esa.lisp 2008/01/14 20:50:11 1.14
@@ -1542,7 +1542,7 @@
(define-command (com-call-last-kbd-macro
:name t
:command-table keyboard-macro-table)
- ((count 'integer :prompt "How many times?"))
+ ((count 'integer :prompt "How many times?" :default 1))
"Run the last keyboard macro that was defined.
Use C-x ( to start and C-x ) to finish recording a keyboard macro."
(setf (remaining-keys *command-processor*)
More information about the Mcclim-cvs
mailing list