summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 206466ce68f..a182839ba7d 100644
--- a/src/print.c
+++ b/src/print.c
@@ -2174,7 +2174,6 @@ decimal point. 0 is not allowed with `e' or `g'.
A value of nil means to use the shortest notation
that represents the number without losing information. */);
Vfloat_output_format = Qnil;
- DEFSYM (Qfloat_output_format, "float-output-format");
DEFVAR_LISP ("print-length", Vprint_length,
doc: /* Maximum length of list to print before abbreviating.