From: Miles Bader Date: Thu, 16 Aug 2001 14:51:25 +0000 (+0000) Subject: (line-move): Undo previous change. X-Git-Tag: emacs-pretest-21.0.105~165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50af0a5b40d0e9996f7819379f1775e498d56e1f;p=emacs.git (line-move): Undo previous change. --- 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