From c8a87639c7cb7aef72630978a0e5a0d92618140c Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Wed, 26 Nov 2003 22:49:11 +0000 Subject: merge latest (4.3.99.16) from XFree86 (vendor) branch --- lisp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lisp.c') diff --git a/lisp.c b/lisp.c index ceaf41c..fccbf6c 100644 --- a/lisp.c +++ b/lisp.c @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86: xc/programs/xedit/lisp.c,v 1.20 2002/12/04 05:27:56 paulo Exp $ */ +/* $XFree86: xc/programs/xedit/lisp.c,v 1.21 2003/05/23 14:56:51 tsi Exp $ */ #include "xedit.h" #include "lisp/lisp.h" @@ -261,10 +261,10 @@ EditModeCallback(Widget w, XtPointer client_data, XtPointer call_data) return; XawTextSourceClearEntities(source, - XawTextSourceScan(source, 0, XawsdLeft, - XawstAll, 1, True), - XawTextSourceScan(source, 0, XawsdRight, - XawstAll, 1, True)); + XawTextSourceScan(source, 0, XawstAll, + XawsdLeft, 1, True), + XawTextSourceScan(source, 0, XawstAll, + XawsdRight, 1, True)); XeditLispUnsetEditMode(item); if (info) XeditLispSetEditMode(item, info->symbol); -- cgit v1.2.3