summaryrefslogtreecommitdiff
path: root/lisp/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/write.c')
-rw-r--r--lisp/write.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/lisp/write.c b/lisp/write.c
index 4952119..fbf4718 100644
--- a/lisp/write.c
+++ b/lisp/write.c
@@ -27,10 +27,10 @@
* Author: Paulo César Pereira de Andrade
*/
-/* $XFree86: xc/programs/xedit/lisp/write.c,v 1.30 2002/12/04 18:43:19 paulo Exp $ */
+/* $XFree86: xc/programs/xedit/lisp/write.c,v 1.32 2003/05/27 22:27:04 tsi Exp $ */
-#include "write.h"
-#include "hash.h"
+#include "lisp/write.h"
+#include "lisp/hash.h"
#include <math.h>
#include <ctype.h>
@@ -258,14 +258,9 @@ Lisp_Write(LispBuiltin *builtin)
{
int head = lisp__data.env.length;
- LispObj *object, *ocase, *circle, *escape, *length, *level,
- *lines, *pretty, *readably, *right_margin, *stream;
+ LispObj *object, *ocase, *circle, *escape, *length, *level, *stream;
stream = ARGUMENT(10);
- right_margin = ARGUMENT(9); /* yet unused */
- readably = ARGUMENT(8); /* yet unused */
- pretty = ARGUMENT(7); /* yet unused */
- lines = ARGUMENT(6); /* yet unused */
level = ARGUMENT(5);
length = ARGUMENT(4);
escape = ARGUMENT(3);