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/keyboard.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/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index eb66c445559..ca589dd46f7 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11074,10 +11074,6 @@ syms_of_keyboard (void) | |||
| 11074 | tool_bar_items_vector = Qnil; | 11074 | tool_bar_items_vector = Qnil; |
| 11075 | 11075 | ||
| 11076 | DEFSYM (Qtimer_event_handler, "timer-event-handler"); | 11076 | DEFSYM (Qtimer_event_handler, "timer-event-handler"); |
| 11077 | DEFSYM (Qdisabled_command_function, "disabled-command-function"); | ||
| 11078 | DEFSYM (Qself_insert_command, "self-insert-command"); | ||
| 11079 | DEFSYM (Qforward_char, "forward-char"); | ||
| 11080 | DEFSYM (Qbackward_char, "backward-char"); | ||
| 11081 | 11077 | ||
| 11082 | /* Non-nil disable property on a command means do not execute it; | 11078 | /* Non-nil disable property on a command means do not execute it; |
| 11083 | call disabled-command-function's value instead. */ | 11079 | call disabled-command-function's value instead. */ |
| @@ -11185,7 +11181,6 @@ syms_of_keyboard (void) | |||
| 11185 | DEFSYM (Qhandle_switch_frame, "handle-switch-frame"); | 11181 | DEFSYM (Qhandle_switch_frame, "handle-switch-frame"); |
| 11186 | DEFSYM (Qhandle_select_window, "handle-select-window"); | 11182 | DEFSYM (Qhandle_select_window, "handle-select-window"); |
| 11187 | 11183 | ||
| 11188 | DEFSYM (Qinput_method_function, "input-method-function"); | ||
| 11189 | DEFSYM (Qinput_method_exit_on_first_char, "input-method-exit-on-first-char"); | 11184 | DEFSYM (Qinput_method_exit_on_first_char, "input-method-exit-on-first-char"); |
| 11190 | DEFSYM (Qinput_method_use_echo_area, "input-method-use-echo-area"); | 11185 | DEFSYM (Qinput_method_use_echo_area, "input-method-use-echo-area"); |
| 11191 | 11186 | ||