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@mit-prep From: rms@mit-prep Newsgroups: net.emacs Subject: Bug fix for 15.34 Message-ID: <4327@mit-eddie.UUCP> Date: Wed, 22-May-85 23:34:51 EDT Article-I.D.: mit-eddi.4327 Posted: Wed May 22 23:34:51 1985 Date-Received: Fri, 24-May-85 03:49:54 EDT Sender: daemon@mit-eddi.UUCP Organization: MIT, Cambridge, MA Lines: 11 From: Richard M. Stallman In the function SelfInsert in the file cmds.c, change if (abbrev_mode && SYNTAX (c) != Sword && !NULL (bf_cur->read_only) && dot > FirstCharacter && SYNTAX (CharAt (dot - 1)) == Sword) to if (abbrev_mode && SYNTAX (c) != Sword && NULL (bf_cur->read_only) && dot > FirstCharacter && SYNTAX (CharAt (dot - 1)) == Sword)