diff lisp/simple.el @ 110357:41bf9b6f3b91

Merge changes from emacs-23 branch.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Sep 2010 16:41:53 +0200
parents 39d3e1ba1931 061976c19319
children 0e1478bb5f00
line wrap: on
line diff
--- a/lisp/simple.el	Tue Sep 14 13:44:44 2010 +0000
+++ b/lisp/simple.el	Tue Sep 14 16:41:53 2010 +0200
@@ -4343,7 +4343,7 @@
     (or (and (= (vertical-motion
 		 (cons (or goal-column
 			   (if (consp temporary-goal-column)
-			       (truncate (car temporary-goal-column))
+			       (car temporary-goal-column)
 			     temporary-goal-column))
 		       arg))
 		arg)