From: Stefan Monnier Date: Mon, 30 Jul 2007 17:39:01 +0000 (+0000) Subject: (vc-dired-hook): Use inhibit-read-only. X-Git-Tag: emacs-pretest-23.0.90~11643 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=100edb42a4ea41556832385f89464c1e949bf527;p=emacs.git (vc-dired-hook): Use inhibit-read-only. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ef17eb7f71..144023ea0d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2007-07-30 Stefan Monnier + * vc.el (vc-dired-hook): Use inhibit-read-only. + * progmodes/compile.el (compilation-forget-errors): Reset compilation-auto-jump-to-next. diff --git a/lisp/vc.el b/lisp/vc.el index 6504a7ea644..5030fb64471 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -2289,7 +2289,7 @@ This code, like dired, assumes UNIX -l format." "Reformat the listing according to version control. Called by dired after any portion of a vc-dired buffer has been read in." (message "Getting version information... ") - (let (subdir filename (buffer-read-only nil)) + (let (subdir filename (inhibit-read-only t)) (goto-char (point-min)) (while (not (eobp)) (cond