diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/replace.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 566d66a5731..c1fe4d6a8a5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-05-02 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t. | ||
| 4 | |||
| 1 | 2006-05-02 Jay Belanger <belanger@truman.edu> | 5 | 2006-05-02 Jay Belanger <belanger@truman.edu> |
| 2 | 6 | ||
| 3 | * calc/calc-embed.el: (calc-override-minor-modes-map) | 7 | * calc/calc-embed.el: (calc-override-minor-modes-map) |
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 |