Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!rms@prep.ai.mit.edu From: rms@prep.ai.mit.edu Newsgroups: net.emacs Subject: bytecomp fix for Emacs 16 and Emacs 17. Message-ID: <664@mit-eddie.UUCP> Date: Sun, 8-Dec-85 02:10:34 EST Article-I.D.: mit-eddi.664 Posted: Sun Dec 8 02:10:34 1985 Date-Received: Mon, 9-Dec-85 03:44:42 EST Sender: bcn@mit-eddi.UUCP Organization: MIT, Cambridge, MA Lines: 11 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)