Mercurial > emacs
changeset 61865:d2d61028720d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Apr 2005 18:32:09 +0000 |
parents | af1b504ffc35 |
children | 37400c7baa6c |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Apr 26 18:31:19 2005 +0000 +++ b/lisp/ChangeLog Tue Apr 26 18:32:09 2005 +0000 @@ -1,5 +1,7 @@ 2005-04-26 Richard M. Stallman <rms@gnu.org> + * simple.el (line-move-1): Avoid using vertical-motion in easy cases. + * progmodes/python.el (python-mode): Use new name eldoc-documentation-function.
--- a/src/ChangeLog Tue Apr 26 18:31:19 2005 +0000 +++ b/src/ChangeLog Tue Apr 26 18:32:09 2005 +0000 @@ -1,3 +1,7 @@ +2005-04-26 Richard M. Stallman <rms@gnu.org> + + * indent.c (Fvertical_motion): Undo previous change. + 2005-04-26 Kenichi Handa <handa@m17n.org> * fns.c (char_table_range): New function.