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:
parent
35edc8219a
commit
bc16bf5eb3
2 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue