emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Sat, 16 Sep 2006 14:19:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/09/16 14:19:31

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.821
retrieving revision 1.822
diff -u -b -r1.821 -r1.822
--- simple.el   16 Sep 2006 14:14:53 -0000      1.821
+++ simple.el   16 Sep 2006 14:19:31 -0000      1.822
@@ -3645,9 +3645,6 @@
          ;; This is the value the function returns.
          (= arg 0))
 
-      (setq foo (list (point)
-                     (or goal-column temporary-goal-column)
-                     opoint forward))
       (cond ((> arg 0)
             ;; If we did not move down as far as desired,
             ;; at least go to end of line.
@@ -3681,7 +3678,6 @@
 
        ;; Move to the desired column.
        (line-move-to-column column)
-       (push (list (point) line-beg line-end) foo)
        (setq new (point))
 
        ;; Process intangibility within a line.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]