From ae13fc3c6fc733d859e3c9364f0c4337f75722bd Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 16 Aug 2001 11:48:56 +0000 Subject: (occur): Bind inhibit-read-only to t. --- lisp/replace.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/replace.el') 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 -- cgit v1.2.1