Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 (USS@Tek, v1.1) based on 4.3bsd-beta 6/6/85; site pogo.UUCP Path: utzoo!decvax!tektronix!orca!pogo!richk From: richk@pogo.UUCP (Richard G. Knowles) Newsgroups: net.emacs Subject: MicroEmacs 3.7 bug fixes (the missing CMODE fix) Message-ID: <2679@pogo.UUCP> Date: Mon, 18-Aug-86 22:04:04 EDT Article-I.D.: pogo.2679 Posted: Mon Aug 18 22:04:04 1986 Date-Received: Fri, 22-Aug-86 03:00:23 EDT Distribution: na Organization: Tektronix, Inc., Beaverton, OR Lines: 24 ---------------------- This addresses the following bugs: Auto CMODE on files that aren't .c or .h. Auto CMODE is invoked whenever a file ends in h not just .h due to a missing set of parens. The original is (.. && .. || .. ), which should be (.. && (.. || ..)) diff original/file.c my_changes/file.c 179c179 < *(sptr + 1) == 'c' || *(sptr + 1) == 'h') --- > (*(sptr + 1) == 'c' || *(sptr + 1) == 'h')) ---------------------------- Richard G. Knowles tektronix!pogo!richk Tektronix, Inc Del. Sta. 63-356 P.O. Box 1000 Wilsonville, Or 97070