Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!princeton!mind!barry From: barry@mind.UUCP (Barry Lustig) Newsgroups: comp.emacs Subject: Typo in xfns.c version 18.32 Message-ID: <415@mind.UUCP> Date: Tue, 9-Dec-86 17:05:09 EST Article-I.D.: mind.415 Posted: Tue Dec 9 17:05:09 1986 Date-Received: Wed, 10-Dec-86 04:07:09 EST Reply-To: barry@mind.UUCP (Barry Lustig) Distribution: world Organization: Cognitive Science, Princeton University Lines: 22 The missing paren made the sun (version 3.2) cpp very unhappy. *** xfns.c Tue Dec 9 16:59:31 1986 --- xfns.new.c Tue Dec 9 17:03:07 1986 *************** *** 145,151 } DEFUN ("x-flip-color", Fx_flip_color, Sx_flip_color, 0, 0, "", ! "Toggle the background and foreground colors" () { check_xterm (); --- 145,151 ----- } DEFUN ("x-flip-color", Fx_flip_color, Sx_flip_color, 0, 0, "", ! "Toggle the background and foreground colors") () { check_xterm ();