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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Mon, 10 Jun 2002 04:04:49 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.550 emacs/lisp/simple.el:1.551
*** emacs/lisp/simple.el:1.550  Tue Jun  4 19:31:42 2002
--- emacs/lisp/simple.el        Mon Jun 10 04:04:48 2002
***************
*** 2668,2674 ****
            (line-end
             ;; Compute the end of the line
             ;; ignoring effectively intangible newlines.
!            (let ((inhibit-point-motion-hooks nil))
               (save-excursion (end-of-line) (point)))))
  
        ;; Move to the desired column.
--- 2668,2675 ----
            (line-end
             ;; Compute the end of the line
             ;; ignoring effectively intangible newlines.
!            (let ((inhibit-point-motion-hooks nil)
!                  (inhibit-field-text-motion t))
               (save-excursion (end-of-line) (point)))))
  
        ;; Move to the desired column.



reply via email to

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