1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261

lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
This commit is contained in:
Miles Bader 2006-05-02 23:14:55 +00:00
parent 35edc8219a
commit bc16bf5eb3
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2006-05-02 Miles Bader <miles@gnu.org>
* replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2006-05-02 Jay Belanger <belanger@truman.edu>
* calc/calc-embed.el: (calc-override-minor-modes-map)

View file

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