From 50af0a5b40d0e9996f7819379f1775e498d56e1f Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 16 Aug 2001 14:51:25 +0000 Subject: [PATCH] (line-move): Undo previous change. --- lisp/simple.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index 3a373bada39..2b47497a3e6 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2591,7 +2591,7 @@ Outline mode sets this." (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 @@ Outline mode sets this." (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 -- 2.39.5