]> git.eshelyaron.com Git - emacs.git/commitdiff
(line-move): Undo previous change.
authorMiles Bader <miles@gnu.org>
Thu, 16 Aug 2001 14:51:25 +0000 (14:51 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 16 Aug 2001 14:51:25 +0000 (14:51 +0000)
lisp/simple.el

index 3a373bada399b7050a2ab833e868196102d0aecb..2b47497a3e6381d3db180c5954098b3f16b975f8 100644 (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