+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.
* 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.
(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)