This commit was manufactured by cvs2svn to create tag 't-gnus-
[elisp/gnus.git-] / texi / infohack.el
index 6485640..17b1f68 100644 (file)
@@ -41,6 +41,7 @@
        (max-lisp-eval-depth (max max-lisp-eval-depth 600))
        coding-system)
     (find-file file)
+    (setq buffer-read-only nil)
     (setq coding-system (if (boundp 'buffer-file-coding-system)
                            buffer-file-coding-system
                          file-coding-system))
@@ -79,6 +80,7 @@
     (condition-case err
        (progn
          (find-file file)
+         (setq buffer-read-only nil)
          (buffer-disable-undo (current-buffer))
          (if (boundp 'MULE)
              (setq output-coding-system file-coding-system)