comparison lisp/ChangeLog @ 57291:e8e791d1e987

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 30 Sep 2004 13:27:26 +0000
parents 4bdc0f6258ec
children 4a3c03577205
comparison
equal deleted inserted replaced
57290:4c8d475555b9 57291:e8e791d1e987
1 2004-09-30 Kim F. Storm <storm@cua.dk>
2
3 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5
6 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
7 kmacro-extract-lambda functions.
8 (edit-kbd-macro): Handle kmacro lambda forms.
9 Include counter and counter format in edit buffer.
10 (edmacro-finish-edit): Get counter and format from edit buffer and
11 update kmacro bindings when found.
12
1 2004-09-29 Luc Teirlinck <teirllm@auburn.edu> 13 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
2 14
3 * textmodes/paragraphs.el (forward-paragraph): Avoid 15 * textmodes/paragraphs.el (forward-paragraph): Avoid
4 args-out-of-range error when point winds up at the beginning of 16 args-out-of-range error when point winds up at the beginning of
5 the buffer and hard newlines are enabled. 17 the buffer and hard newlines are enabled.