changeset 38847:ba7523a60edc

(line-move): Undo previous change.
author Miles Bader <miles@gnu.org>
date Thu, 16 Aug 2001 14:51:25 +0000
parents a0e762f22e7c
children 43b2b9e04c57
files lisp/simple.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Thu Aug 16 14:27:07 2001 +0000
+++ b/lisp/simple.el	Thu Aug 16 14:51:25 2001 +0000
@@ -2591,7 +2591,7 @@
       (goto-char opoint)
       (setq inhibit-point-motion-hooks nil)
       (goto-char
-       (constrain-to-field new opoint t t 'inhibit-line-move-field-capture))
+       (constrain-to-field new opoint nil t 'inhibit-line-move-field-capture))
       ;; If intangibility processing moved us to a different line,
       ;; readjust the horizontal position within the line we ended up at.
       (when (or (< (point) line-beg) (> (point) line-end))
@@ -2607,8 +2607,8 @@
 	(goto-char (point-min))
 	(setq inhibit-point-motion-hooks nil)
 	(goto-char
-	 (constrain-to-field new opoint t t 'inhibit-line-move-field-capture))
-	)))
+	 (constrain-to-field new opoint nil t
+			     'inhibit-line-move-field-capture)))))
   nil)
 
 ;;; Many people have said they rarely use this feature, and often type