Mercurial > emacs
diff lisp/ChangeLog @ 104726:848797c69be5
Improve commenting convention.
(calc-digit-map, toplevel): Simplify.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 30 Aug 2009 05:12:46 +0000 |
parents | f1f277c6c9fe |
children | d5f0f3b3553a |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Aug 30 05:10:22 2009 +0000 +++ b/lisp/ChangeLog Sun Aug 30 05:12:46 2009 +0000 @@ -1,5 +1,8 @@ 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca> + * calc/calc.el: Improve commenting convention. + (calc-digit-map, toplevel): Simplify. + * comint.el (comint-insert-input): Be careful to only set point if we don't delegate to some other command.