aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-16 11:48:56 +0000
committerGerd Moellmann2001-08-16 11:48:56 +0000
commitae13fc3c6fc733d859e3c9364f0c4337f75722bd (patch)
tree46211ad9d037efadf18ce17cadb612062d429dbd /lisp/replace.el
parente8660d735f5a043e504c7e83afdae3a2da1dd8ee (diff)
downloademacs-ae13fc3c6fc733d859e3c9364f0c4337f75722bd.tar.gz
emacs-ae13fc3c6fc733d859e3c9364f0c4337f75722bd.zip
(occur): Bind inhibit-read-only to t.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el1
1 files changed, 1 insertions, 0 deletions
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