Hrvoje Niksic <hniksic(a)srce.hr> writes:
 Could you please return it, or disable the `format' feature
 altogether?  We cannot have things half-implemented like this.  :-( 
Very well.
1998-04-30  SL Baur  <steve(a)altair.xemacs.org>
	* files.el (insert-file): Undo previous change and reenable use of
	format.el.
Index: lisp/files.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/files.el,v
retrieving revision 1.18
diff -u -r1.18 files.el
--- lisp/files.el	1998/04/17 05:41:22	1.18
+++ lisp/files.el	1998/05/01 00:33:36
@@ -2480,8 +2480,7 @@
   (if (file-directory-p filename)
       (signal 'file-error (list "Opening input file" "file is a
directory"
 				filename)))
-  (let* (format-alist ; format.el only confuses people in this context
-	 (tem
+  (let ((tem
 	 (if codesys
 	     (let ((coding-system-for-read
 		    (get-coding-system codesys)))