[gnu.emacs.bug] Fix to uncpmpress.el

lrs@ai.mit.edu (Lynn Slater) (08/03/89)

You cannot browse compressed read-only files.  

To fix, in uncompress-while-visiting, change
  (shell-command-on-region (point-min) (point-max) "uncompress" t)
to
  (let ((buffer-read-only nil)) ;; lrs
    (shell-command-on-region (point-min) (point-max) "uncompress" t))
 
-- Lynn
===============================================================
Lynn Slater -- {sun, ames, pacbell}!indetech!lrs or lrs@indetech.uucp
42075 Lawrence Place, Fremont Ca 94538
Office (415) 438-2048; Home (415) 796-4149; Fax (415) 438-2034
===============================================================