Matthew Leach writes: [...] > @@ -742,7 +751,13 @@ archive. > (if (default-value 'enable-multibyte-characters) > (set-buffer-multibyte 'to)) > (archive-summarize nil) > - (setq buffer-read-only t)))) > + (setq buffer-read-only t) > + (when (and archive-visit-single-files > + auto-compression-mode > + (= (length archive-files) 1)) > + (let ((archive-buffer (current-buffer))) Oops, the `let' isn't needed anymore. Sorry for the noise. -- Matt