summaryrefslogtreecommitdiff
path: root/lisp.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:12 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:12 +0000
commit10dc4a2c37597e02c12a9df3e9dba02a73bfc11b (patch)
tree862068307dff135870c4ae58be677408c4942a39 /lisp.c
parent8ae60bfe8a4b233100f5128859c76239e5789f70 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'lisp.c')
-rw-r--r--lisp.c10
1 files changed, 5 insertions, 5 deletions
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);