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/macros.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/macros.c')
| -rw-r--r-- | src/macros.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macros.c b/src/macros.c index e5b8ab70870..79ed5b5d1bc 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -358,8 +358,6 @@ init_macros (void) | |||
| 358 | void | 358 | void |
| 359 | syms_of_macros (void) | 359 | syms_of_macros (void) |
| 360 | { | 360 | { |
| 361 | DEFSYM (Qexecute_kbd_macro, "execute-kbd-macro"); | ||
| 362 | |||
| 363 | DEFVAR_LISP ("kbd-macro-termination-hook", Vkbd_macro_termination_hook, | 361 | DEFVAR_LISP ("kbd-macro-termination-hook", Vkbd_macro_termination_hook, |
| 364 | doc: /* Normal hook run whenever a keyboard macro terminates. | 362 | doc: /* Normal hook run whenever a keyboard macro terminates. |
| 365 | This is run whether the macro ends normally or prematurely due to an error. */); | 363 | This is run whether the macro ends normally or prematurely due to an error. */); |