diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-10-13 20:53:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-10-13 20:53:33 +0000 |
commit | 8e286580df3e8b7ca7e4e5486eb4cd162cf86180 (patch) | |
tree | 4bbf4994c048154103e8741c8d65270b4c4a5c38 /app/xedit/lisp/format.c | |
parent | 28c1518dc93984a96b373daafef1ff07c88d62fb (diff) |
xedit 1.1.1
Diffstat (limited to 'app/xedit/lisp/format.c')
-rw-r--r-- | app/xedit/lisp/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xedit/lisp/format.c b/app/xedit/lisp/format.c index abbb49db4..ab855655d 100644 --- a/app/xedit/lisp/format.c +++ b/app/xedit/lisp/format.c @@ -556,7 +556,7 @@ format_ascii(LispObj *stream, LispObj *object, FmtArgs *args) if (collon) LispWriteStr(stream, "()", 2); else - LispWriteStr(stream, Snil, 3); + LispWriteStr(stream, Snil->value, 3); } else { /* if string is not NIL, atsign was specified |