2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
+ * vc.el (vc-dired-hook): Use inhibit-read-only.
+
* progmodes/compile.el (compilation-forget-errors):
Reset compilation-auto-jump-to-next.
"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