aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorPaul Eggert2011-11-19 19:07:02 -0800
committerPaul Eggert2011-11-19 19:07:02 -0800
commit615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90 (patch)
treee0458a9eac443c36a3a4bfa117fde01bbd6e4140 /lisp/replace.el
parentc3ca24d48c10fb771ee02eb58f7d49bd82d6306e (diff)
parente1dbe924b53c541fdf238a5a722b7177d5c8760b (diff)
downloademacs-615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90.tar.gz
emacs-615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90.zip
Merge from trunk.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index bf6425f4099..4ea3f747caa 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1225,7 +1225,7 @@ See also `multi-occur'."
1225 1225
1226 (with-current-buffer occur-buf 1226 (with-current-buffer occur-buf
1227 (if (stringp nlines) 1227 (if (stringp nlines)
1228 (fundamental-mode) ;; This is for collect opeartion. 1228 (fundamental-mode) ;; This is for collect operation.
1229 (occur-mode)) 1229 (occur-mode))
1230 (let ((inhibit-read-only t) 1230 (let ((inhibit-read-only t)
1231 ;; Don't generate undo entries for creation of the initial contents. 1231 ;; Don't generate undo entries for creation of the initial contents.