[net.emacs] bytecomp fix for Emacs 16 and Emacs 17.

rms@prep.ai.mit.edu (12/08/85)

From: rms@prep.ai.mit.edu (Richard M. Stallman)
This problem with byte-compile-file happened only to people
who had changed default-major-mode.

Here is the correct fix.

In bytecomp.el, in function byte-compile-file, after the first occurrence
of the line
      (set-buffer outbuffer)
insert the line
      (emacs-lisp-mode)