diff options
| author | Paul Eggert | 2015-05-31 11:47:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-31 11:50:01 -0700 |
| commit | 0c2a3cf62a0117586803513ef104ff3ef97c1c3f (patch) | |
| tree | 89247a8b1e9ba9eff229ae1f7e86919c07577e7a /src/eval.c | |
| parent | 1e04ea9879eefd0ce15a386f575bdf85cbd4d38d (diff) | |
| download | emacs-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/eval.c')
| -rw-r--r-- | src/eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 490226149ff..46550955d44 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -3670,7 +3670,6 @@ before making `inhibit-quit' nil. */); | |||
| 3670 | DEFSYM (Qautoload, "autoload"); | 3670 | DEFSYM (Qautoload, "autoload"); |
| 3671 | DEFSYM (Qinhibit_debugger, "inhibit-debugger"); | 3671 | DEFSYM (Qinhibit_debugger, "inhibit-debugger"); |
| 3672 | DEFSYM (Qmacro, "macro"); | 3672 | DEFSYM (Qmacro, "macro"); |
| 3673 | DEFSYM (Qdeclare, "declare"); | ||
| 3674 | 3673 | ||
| 3675 | /* Note that the process handling also uses Qexit, but we don't want | 3674 | /* Note that the process handling also uses Qexit, but we don't want |
| 3676 | to staticpro it twice, so we just do it here. */ | 3675 | to staticpro it twice, so we just do it here. */ |