aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorMiles Bader2006-05-02 23:14:55 +0000
committerMiles Bader2006-05-02 23:14:55 +0000
commitbc16bf5eb3098c6a26e3355a44e910efebfe67bf (patch)
treeaa5ca9423b6baaa939ef117ed1b519f30fb35f73 /lisp/replace.el
parent35edc8219aad7310ba1550a54bbe654f143e0b86 (diff)
downloademacs-bc16bf5eb3098c6a26e3355a44e910efebfe67bf.tar.gz
emacs-bc16bf5eb3098c6a26e3355a44e910efebfe67bf.zip
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261
lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 3187bbbbd36..f1792b499fc 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1098,6 +1098,7 @@ See also `multi-occur'."
1098 (endpt nil) 1098 (endpt nil)
1099 (marker nil) 1099 (marker nil)
1100 (curstring "") 1100 (curstring "")
1101 (inhibit-field-text-motion t)
1101 (headerpt (with-current-buffer out-buf (point)))) 1102 (headerpt (with-current-buffer out-buf (point))))
1102 (with-current-buffer buf 1103 (with-current-buffer buf
1103 (or coding 1104 (or coding