]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 2005 18:32:09 +0000 (18:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 2005 18:32:09 +0000 (18:32 +0000)
lisp/ChangeLog
src/ChangeLog

index 34a54165692bc3acd3a36154b34b174272fd387b..8a9a84030525c640fcd9c223061eab7cf83f633b 100644 (file)
@@ -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.
 
index 9fc43e0bd4aa867acb776e1ccdbf3cef3b06c693..8c30a7df483b1f64ca12eede927dc5eb6e5a4eb4 100644 (file)
@@ -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.