*** empty log message ***

This commit is contained in:
Kim F. Storm
2002-09-10 22:19:39 +00:00
parent 1c59ca7881
commit 482b44d88e
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2002-09-11 Kim F. Storm <storm@cua.dk>
* kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
(kmacro-step-edit-map): Bind "A" to `append-end'.
(kmacro-step-edit-prompt): Fix prompt.
(kmacro-step-edit-query): Handle `append-end' response.
(kmacro-step-edit-pre-command): Activate `append-end' at end of
macro when required.
2002-09-10 Dave Love <fx@gnu.org>
* international/utf-8.el (ucs-mule-to-mule-unicode): Define

View File

@@ -818,7 +818,8 @@ following additional answers: `insert', `insert-1', `replace', `replace-1',
(if kmacro-step-edit-help "\
Step: y/SPC: execute next, d/n/DEL: skip next, f: skip but keep
TAB: execute while same, ?: toggle help
Edit: i: insert, a: append, r: replace, I/A/R: one sequence
Edit: i: insert, r: replace, a: append, A: append at end,
I/R: insert/replace with one sequence,
End: !/c: execute rest, C-k: skip rest and save, q/C-g: quit
----------------------------------------------------------------
" "")