diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8bfd1dfa019..09ddbe5fe56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * calc/calc.el: Improve commenting convention. | ||
| 4 | (calc-digit-map, toplevel): Simplify. | ||
| 5 | |||
| 3 | * comint.el (comint-insert-input): Be careful to only set point if we | 6 | * comint.el (comint-insert-input): Be careful to only set point if we |
| 4 | don't delegate to some other command. | 7 | don't delegate to some other command. |
| 5 | 8 | ||