*** empty log message ***
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
----------------------------------------------------------------
|
||||
" "")
|
||||
|
||||
Reference in New Issue
Block a user