From bc16bf5eb3098c6a26e3355a44e910efebfe67bf Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 2 May 2006 23:14:55 +0000 Subject: [PATCH] Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261 lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t --- lisp/ChangeLog | 4 ++++ lisp/replace.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 566d66a573..c1fe4d6a8a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-05-02 Miles Bader + + * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t. + 2006-05-02 Jay Belanger * calc/calc-embed.el: (calc-override-minor-modes-map) diff --git a/lisp/replace.el b/lisp/replace.el index 3187bbbbd3..f1792b499f 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1098,6 +1098,7 @@ See also `multi-occur'." (endpt nil) (marker nil) (curstring "") + (inhibit-field-text-motion t) (headerpt (with-current-buffer out-buf (point)))) (with-current-buffer buf (or coding -- 2.20.1