aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-16 11:48:56 +0000
committerGerd Moellmann2001-08-16 11:48:56 +0000
commitae13fc3c6fc733d859e3c9364f0c4337f75722bd (patch)
tree46211ad9d037efadf18ce17cadb612062d429dbd
parente8660d735f5a043e504c7e83afdae3a2da1dd8ee (diff)
downloademacs-ae13fc3c6fc733d859e3c9364f0c4337f75722bd.tar.gz
emacs-ae13fc3c6fc733d859e3c9364f0c4337f75722bd.zip
(occur): Bind inhibit-read-only to t.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/replace.el1
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7b3fb57d7d0..b61e1dd0a61 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-08-16 Gerd Moellmann <gerd@gnu.org>
2
3 * replace.el (occur): Bind inhibit-read-only to t.
4
12001-08-16 Miles Bader <miles@gnu.org> 52001-08-16 Miles Bader <miles@gnu.org>
2 6
3 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t 7 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t
@@ -18,6 +22,8 @@
18 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins. 22 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
19 Don't include term/. 23 Don't include term/.
20 24
25 * mail/sc.el: Moved to obsolete/.
26
212001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br> 272001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22 28
23 * ps-print.el: Change error function arguments to follow Emacs 29 * ps-print.el: Change error function arguments to follow Emacs
diff --git a/lisp/replace.el b/lisp/replace.el
index e307f56caac..e9bd75b9f88 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -568,6 +568,7 @@ the matching is case-sensitive."
568 (prefix-numeric-value nlines) 568 (prefix-numeric-value nlines)
569 list-matching-lines-default-context-lines)) 569 list-matching-lines-default-context-lines))
570 (current-tab-width tab-width) 570 (current-tab-width tab-width)
571 (inhibit-read-only t)
571 ;; Minimum width of line number plus trailing colon. 572 ;; Minimum width of line number plus trailing colon.
572 (min-line-number-width 6) 573 (min-line-number-width 6)
573 ;; Width of line number prefix without the colon. Choose a 574 ;; Width of line number prefix without the colon. Choose a