From: Richard M. Stallman Date: Tue, 26 Apr 2005 18:32:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~720 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f03f317a67f5b7b9c7be09a09659f2358eaf93ff;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34a54165692..8a9a8403052 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2005-04-26 Richard M. Stallman + * simple.el (line-move-1): Avoid using vertical-motion in easy cases. + * progmodes/python.el (python-mode): Use new name eldoc-documentation-function. diff --git a/src/ChangeLog b/src/ChangeLog index 9fc43e0bd4a..8c30a7df483 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-04-26 Richard M. Stallman + + * indent.c (Fvertical_motion): Undo previous change. + 2005-04-26 Kenichi Handa * fns.c (char_table_range): New function.