diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
commit | c8a87639c7cb7aef72630978a0e5a0d92618140c (patch) | |
tree | 862068307dff135870c4ae58be677408c4942a39 /lisp.c | |
parent | 0a193e032ba1ecf3f003e027e833dc9d274cb740 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'lisp.c')
-rw-r--r-- | lisp.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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); |