diff options
| author | Andreas Schwab | 2010-12-27 18:29:38 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2010-12-27 18:29:38 +0100 |
| commit | 2f7c71a117244e1967009e8a4a0c82cd7388b470 (patch) | |
| tree | 476a0f8e86b99e7feb2f6dce1807c00de350a95b /src/intervals.h | |
| parent | c4b607ede11227b48de24b861f728d8fd20e6753 (diff) | |
| download | emacs-2f7c71a117244e1967009e8a4a0c82cd7388b470.tar.gz emacs-2f7c71a117244e1967009e8a4a0c82cd7388b470.zip | |
Remove unused declarations
* src/buffer.c: Remove unused declarations.
* src/buffer.h: Likewise.
* src/charset.h: Likewise.
* src/composite.h: Likewise.
* src/dispextern.h: Likewise.
* src/dispnew.c: Likewise.
* src/font.h: Likewise.
* src/fontset.c: Likewise.
* src/fontset.h: Likewise.
* src/intervals.h: Likewise.
* src/keymap.h: Likewise.
* src/lisp.h: Likewise.
* src/syntax.c: Likewise.
* src/syntax.h: Likewise.
* src/termhooks.h: Likewise.
* src/window.h: Likewise.
* src/xsettings.h: Likewise.
* src/xterm.c: Likewise.
* src/xterm.h: Likewise.
* src/chartab.c (sub_char_table_ref): Make static.
* src/dispnew.c (line_hash_code, required_matrix_height)
(required_matrix_width): Likewise.
* src/eval.c (interactive_p, apply_lambda): Likewise.
* src/fns.c (string_make_multibyte, copy_hash_table, hash_clear):
Likewise.
* src/font.c (QCadstyle, QCregistry, font_make_spec)
(font_parse_fcname, font_encode_char, font_at): Likewise.
* src/frame.c (x_frame_get_arg): Likewise.
* src/keymap.c (get_keyelt): Likewise.
* src/lread.c (read_filtered_event): Likewise.
* src/print.c (write_string_1): Likewise.
* src/window.c (delete_window, window_height, window_width)
(foreach_window): Likewise.
* src/xrdb.c (x_get_customization_string, x_get_resource): Likewise.
* src/xterm.c (x_scroll_bar_clear, xembed_set_info)
(xembed_send_message): Likewise.
* src/eval.c (run_hook_list_with_args): Delete.
* src/font.c (font_unparse_gtkname, font_update_lface): Likewise.
* src/terminal.c (get_terminal_param): Likewise.
* src/xterm.c (x_alloc_lighter_color_for_widget): Likewise.
Diffstat (limited to 'src/intervals.h')
| -rw-r--r-- | src/intervals.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intervals.h b/src/intervals.h index 47eb8d4bcb1..8f94fd160fa 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -283,6 +283,7 @@ extern INTERVAL update_interval (INTERVAL, EMACS_INT); | |||
| 283 | extern void set_intervals_multibyte (int); | 283 | extern void set_intervals_multibyte (int); |
| 284 | extern INTERVAL validate_interval_range (Lisp_Object, Lisp_Object *, | 284 | extern INTERVAL validate_interval_range (Lisp_Object, Lisp_Object *, |
| 285 | Lisp_Object *, int); | 285 | Lisp_Object *, int); |
| 286 | extern INTERVAL interval_of (int, Lisp_Object); | ||
| 286 | 287 | ||
| 287 | /* Defined in xdisp.c */ | 288 | /* Defined in xdisp.c */ |
| 288 | extern int invisible_p (Lisp_Object, Lisp_Object); | 289 | extern int invisible_p (Lisp_Object, Lisp_Object); |
| @@ -312,7 +313,6 @@ extern Lisp_Object Vtext_property_default_nonsticky; | |||
| 312 | extern Lisp_Object Qfront_sticky, Qrear_nonsticky; | 313 | extern Lisp_Object Qfront_sticky, Qrear_nonsticky; |
| 313 | 314 | ||
| 314 | EXFUN (Fget_char_property, 3); | 315 | EXFUN (Fget_char_property, 3); |
| 315 | EXFUN (Fget_char_property_and_overlay, 3); | ||
| 316 | EXFUN (Fget_text_property, 3); | 316 | EXFUN (Fget_text_property, 3); |
| 317 | EXFUN (Ftext_properties_at, 2); | 317 | EXFUN (Ftext_properties_at, 2); |
| 318 | EXFUN (Fnext_property_change, 3); | 318 | EXFUN (Fnext_property_change, 3); |
| @@ -321,7 +321,6 @@ EXFUN (Fadd_text_properties, 4); | |||
| 321 | EXFUN (Fset_text_properties, 4); | 321 | EXFUN (Fset_text_properties, 4); |
| 322 | EXFUN (Fremove_text_properties, 4); | 322 | EXFUN (Fremove_text_properties, 4); |
| 323 | EXFUN (Ftext_property_any, 5); | 323 | EXFUN (Ftext_property_any, 5); |
| 324 | EXFUN (Ftext_property_not_all, 5); | ||
| 325 | EXFUN (Fprevious_single_char_property_change, 4); | 324 | EXFUN (Fprevious_single_char_property_change, 4); |
| 326 | extern Lisp_Object copy_text_properties (Lisp_Object, Lisp_Object, | 325 | extern Lisp_Object copy_text_properties (Lisp_Object, Lisp_Object, |
| 327 | Lisp_Object, Lisp_Object, | 326 | Lisp_Object, Lisp_Object, |