(infohack-texi-format): To process
authortsuchiya <tsuchiya>
Fri, 9 Nov 2001 00:34:03 +0000 (00:34 +0000)
committertsuchiya <tsuchiya>
Fri, 9 Nov 2001 00:34:03 +0000 (00:34 +0000)
write-protected files safely, make this buffer be writable after
`find-file'

ChangeLog
texi/infohack.el

index 632fe99..e480d9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * texi/infohack.el (infohack-texi-format): To process
+       write-protected files safely, make this buffer be writable after
+       `find-file'
+
 2001-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/nnheader.el (customize-save-variable): Defun-maybe.
@@ -17,7 +23,7 @@
 
        * lisp/message.el (rfc822-goto-eoh): Remove.
 
-2001-10-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2001-10-19  Kai Gro\e.A\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
        From Frank Schmitt <ich@Frank-Schmitt.net>.
 
        * make-x.bat: Use correct directory structure for XEmacs on Windows.
 
        * configure.in: Generate texi/ps/Makefile.
 
-2001-09-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2001-09-21  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * make.bat: Use parameter "/copy" rather than "copy" for increased
        dwimishness for old-time DOS users.
index 6485640..cd9774e 100644 (file)
@@ -79,6 +79,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)