(line-move): Undo previous change.
This commit is contained in:
parent
e67d184322
commit
50af0a5b40
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue