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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user