From: Chong Yidong Date: Fri, 31 Jul 2009 01:34:26 +0000 (+0000) Subject: * simple.el (line-move-finish): Pass whole number to X-Git-Tag: emacs-pretest-23.1.90~1988 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54b99340fdedcaabf52feaca573dc3020292dfa7;p=emacs.git * simple.el (line-move-finish): Pass whole number to line-move-to-column. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e210a1697bc..93201ac101c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-07-31 Chong Yidong + + * simple.el (line-move-finish): Pass whole number to + line-move-to-column. + 2009-07-30 Jay Belanger * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt. diff --git a/lisp/simple.el b/lisp/simple.el index e9deafbfb6e..3c779269f4d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4285,7 +4285,7 @@ into account variable-width characters and line continuation." (point)))) ;; Move to the desired column. - (line-move-to-column column) + (line-move-to-column (truncate column)) ;; Corner case: suppose we start out in a field boundary in ;; the middle of a continued line. When we get to