2001-12-03 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 3 Dec 2001 15:42:49 +0000 (15:42 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 3 Dec 2001 15:42:49 +0000 (15:42 +0000)
* infohack.el (infohack): To process write-protected files safely,
       make this buffer be writable after `find-file'.
From TSUCHIYA Masatoshi  <tsuchiya@namazu.org>

texi/ChangeLog
texi/infohack.el

index 008f064..350a696 100644 (file)
@@ -1,3 +1,9 @@
+2001-12-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * infohack.el (infohack): To process write-protected files safely,
+       make this buffer be writable after `find-file'.
+       From TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
 2001-12-03 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * Makefile.in: Dependence.
index cdd9a34..4fe9949 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 buffer-file-coding-system)
     (infohack-remove-unsupported)
     (texinfo-every-node-update)