comparison lisp/ChangeLog @ 57440:c73d8ac83f10

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 11 Oct 2004 22:36:16 +0000
parents 8fb43e06b64f
children 66a36bee0b1f 47f53c5c9620
comparison
equal deleted inserted replaced
57439:e12200cc9b00 57440:c73d8ac83f10
1 2004-10-11 Kim F. Storm <storm@cua.dk> 1 2004-10-12 Kim F. Storm <storm@cua.dk>
2
3 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4 reset kmacro-initial-counter-value if set.
5 (kmacro-set-counter): Only set kmacro-counter if defining or executing
6 macro. Set kmacro-initial-counter-value otherwise. Never set both.
7 (kmacro-display): Show macro counter if non-zero.
2 8
3 * subr.el (substitute-key-definition): Mention command remapping 9 * subr.el (substitute-key-definition): Mention command remapping
4 in doc string. 10 in doc string.
5 11
6 2004-10-11 Simon Josefsson <jas@extundo.com> 12 2004-10-11 Simon Josefsson <jas@extundo.com>