Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site think.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!think!massar From: massar@think.ARPA (J.P. Massar) Newsgroups: net.emacs Subject: CCA Emacs/Elisp bug fix Message-ID: <1529@think.ARPA> Date: Fri, 3-May-85 16:14:00 EDT Article-I.D.: think.1529 Posted: Fri May 3 16:14:00 1985 Date-Received: Sat, 4-May-85 01:33:36 EDT Distribution: net Organization: Thinking Machines, Cambridge, MA Lines: 27 Here is a simple bug fix for the bcompare function. This should fix string comparisions that don't work. *** bcompare.c~ Wed Apr 24 16:44:40 1985 --- bcompare.c Wed May 1 14:36:14 1985 *************** *** 68,74 for (j = 2; j <= nargs; j++) { val2 = Get_Nth_Arg(j,nargs); ! compare_result = compare(val1,val2); switch (fid) { --- 68,74 ----- for (j = 2; j <= nargs; j++) { val2 = Get_Nth_Arg(j,nargs); ! compare_result = compare(val1,val2,which_type); switch (fid) { -- -- JP Massar, Thinking Machines Corporation, Cambridge, MA -- mit-eddie!godot!massar, ihnp4!godot!massar, massar@think, massar@cca-unix