(line-move): Undo previous change.

This commit is contained in:
Miles Bader 2001-08-16 14:51:25 +00:00
parent e67d184322
commit 50af0a5b40

View file

@ -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