From: Gerd Moellmann Date: Thu, 16 Aug 2001 11:48:56 +0000 (+0000) Subject: (occur): Bind inhibit-read-only to t. X-Git-Tag: emacs-pretest-21.0.105~170 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae13fc3c6fc733d859e3c9364f0c4337f75722bd;p=emacs.git (occur): Bind inhibit-read-only to t. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b3fb57d7d0..b61e1dd0a61 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-08-16 Gerd Moellmann + + * replace.el (occur): Bind inhibit-read-only to t. + 2001-08-16 Miles Bader * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t @@ -18,6 +22,8 @@ * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins. Don't include term/. + * mail/sc.el: Moved to obsolete/. + 2001-08-14 Vinicius Jose Latorre * 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." (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