diff options
| author | Joakim Verona | 2011-11-22 15:46:22 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-11-22 15:46:22 +0100 |
| commit | a9c1e05adddf6011c61c0df582c5f2ed423f35c8 (patch) | |
| tree | 489fac119296416ba2f3530fd3bcb70efbbbdaa6 /src/print.c | |
| parent | 40bb789236e486a3f36eefb2840c293369ce2af3 (diff) | |
| parent | b5afc20930c91159a1cbf629bcaa7e251653dc74 (diff) | |
| download | emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.tar.gz emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.zip | |
upstream
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 1d6998d8f1a..0fdb750f370 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -1637,7 +1637,7 @@ print_object (Lisp_Object obj, register Lisp_Object printcharfun, int escapeflag | |||
| 1637 | /* Detect circular list. */ | 1637 | /* Detect circular list. */ |
| 1638 | if (NILP (Vprint_circle)) | 1638 | if (NILP (Vprint_circle)) |
| 1639 | { | 1639 | { |
| 1640 | /* Simple but imcomplete way. */ | 1640 | /* Simple but incomplete way. */ |
| 1641 | if (i != 0 && EQ (obj, halftail)) | 1641 | if (i != 0 && EQ (obj, halftail)) |
| 1642 | { | 1642 | { |
| 1643 | sprintf (buf, " . #%"pMd, i / 2); | 1643 | sprintf (buf, " . #%"pMd, i / 2); |