diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-08-16 11:48:56 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-08-16 11:48:56 +0000 |
commit | ae13fc3c6fc733d859e3c9364f0c4337f75722bd (patch) | |
tree | 46211ad9d037efadf18ce17cadb612062d429dbd /lisp/replace.el | |
parent | e8660d735f5a043e504c7e83afdae3a2da1dd8ee (diff) | |
download | emacs-ae13fc3c6fc733d859e3c9364f0c4337f75722bd.tar.gz |
(occur): Bind inhibit-read-only to t.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 1 |
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." (prefix-numeric-value nlines) list-matching-lines-default-context-lines)) (current-tab-width tab-width) + (inhibit-read-only t) ;; Minimum width of line number plus trailing colon. (min-line-number-width 6) ;; Width of line number prefix without the colon. Choose a |