aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
authorPaul Eggert2015-05-31 11:47:35 -0700
committerPaul Eggert2015-05-31 11:50:01 -0700
commit0c2a3cf62a0117586803513ef104ff3ef97c1c3f (patch)
tree89247a8b1e9ba9eff229ae1f7e86919c07577e7a /src/print.c
parent1e04ea9879eefd0ce15a386f575bdf85cbd4d38d (diff)
downloademacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.tar.gz
emacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.zip
Remove unused DEFSYMs
Remove DEFSYMs that aren't used at the C level. Also: * src/decompress.c (Qzlib_dll): * src/font.c (Qunicode_sip): * src/frame.c (Qtip_frame): * src/ftfont.c (Qserif): * src/gnutls.c (Qgnutls_dll): * src/xml.c (Qlibxml2_dll): Move from here ... * src/w32fns.c (syms_of_w32fns): ... to here, as these are used only on MS-Windows.
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'.
2174A value of nil means to use the shortest notation 2174A value of nil means to use the shortest notation
2175that represents the number without losing information. */); 2175that represents the number without losing information. */);
2176 Vfloat_output_format = Qnil; 2176 Vfloat_output_format = Qnil;
2177 DEFSYM (Qfloat_output_format, "float-output-format");
2178 2177
2179 DEFVAR_LISP ("print-length", Vprint_length, 2178 DEFVAR_LISP ("print-length", Vprint_length,
2180 doc: /* Maximum length of list to print before abbreviating. 2179 doc: /* Maximum length of list to print before abbreviating.