diff options
| author | Juanma Barranquero | 2010-08-07 03:10:12 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-08-07 03:10:12 +0200 |
| commit | 0e9c8657ca938bd3cdb90824873dff539801fdbe (patch) | |
| tree | 6c2d3e3e4425edf2960441e762485f0633982c31 /src/lisp.h | |
| parent | 32bc67090a4a4a25cc299644b94d726c4949c7d2 (diff) | |
| download | emacs-0e9c8657ca938bd3cdb90824873dff539801fdbe.tar.gz emacs-0e9c8657ca938bd3cdb90824873dff539801fdbe.zip | |
Remove duplicate declarations.
* lib-src/ebrowse.c (usage, version, mark_virtual)
* src/alloc.c (lisp_malloc)
* src/buffer.c (set_buffer_internal, set_buffer_internal_1)
* src/charset.h (emacs_mule_charset)
* src/dispextern.h (inhibit_free_realized_faces, redraw_frame)
(redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
(bitch_at_user)
* src/lisp.h (Fcheck_coding_system, Fget_text_property)
(Qfunction, Qcompletion_ignore_case, QCwidth, QCsize)
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lisp.h b/src/lisp.h index b529c76d5b5..218c6e630fc 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2395,7 +2395,6 @@ EXFUN (Fcoding_system_p, 1); | |||
| 2395 | EXFUN (Fcoding_system_base, 1); | 2395 | EXFUN (Fcoding_system_base, 1); |
| 2396 | EXFUN (Fcoding_system_eol_type, 1); | 2396 | EXFUN (Fcoding_system_eol_type, 1); |
| 2397 | EXFUN (Fcheck_coding_system, 1); | 2397 | EXFUN (Fcheck_coding_system, 1); |
| 2398 | EXFUN (Fcheck_coding_system, 1); | ||
| 2399 | EXFUN (Fread_coding_system, 2); | 2398 | EXFUN (Fread_coding_system, 2); |
| 2400 | EXFUN (Fread_non_nil_coding_system, 1); | 2399 | EXFUN (Fread_non_nil_coding_system, 1); |
| 2401 | EXFUN (Ffind_operation_coding_system, MANY); | 2400 | EXFUN (Ffind_operation_coding_system, MANY); |
| @@ -2822,7 +2821,6 @@ extern int doprnt (char *, int, const char *, const char *, va_list); | |||
| 2822 | /* Defined in lread.c */ | 2821 | /* Defined in lread.c */ |
| 2823 | extern Lisp_Object Vafter_load_alist; | 2822 | extern Lisp_Object Vafter_load_alist; |
| 2824 | extern Lisp_Object Qvariable_documentation, Qstandard_input; | 2823 | extern Lisp_Object Qvariable_documentation, Qstandard_input; |
| 2825 | extern Lisp_Object Qfunction; | ||
| 2826 | extern Lisp_Object Qbackquote, Qcomma, Qcomma_at, Qcomma_dot, Qfunction; | 2824 | extern Lisp_Object Qbackquote, Qcomma, Qcomma_at, Qcomma_dot, Qfunction; |
| 2827 | extern Lisp_Object Vobarray, initial_obarray, Vstandard_input; | 2825 | extern Lisp_Object Vobarray, initial_obarray, Vstandard_input; |
| 2828 | extern int load_in_progress; | 2826 | extern int load_in_progress; |
| @@ -3135,7 +3133,6 @@ extern void clear_regexp_cache (void); | |||
| 3135 | /* Defined in minibuf.c */ | 3133 | /* Defined in minibuf.c */ |
| 3136 | 3134 | ||
| 3137 | extern Lisp_Object Qcompletion_ignore_case; | 3135 | extern Lisp_Object Qcompletion_ignore_case; |
| 3138 | extern Lisp_Object Qcompletion_ignore_case; | ||
| 3139 | extern Lisp_Object Vcompletion_regexp_list; | 3136 | extern Lisp_Object Vcompletion_regexp_list; |
| 3140 | extern Lisp_Object Vhistory_length; | 3137 | extern Lisp_Object Vhistory_length; |
| 3141 | extern Lisp_Object Vminibuffer_list; | 3138 | extern Lisp_Object Vminibuffer_list; |
| @@ -3417,7 +3414,6 @@ EXFUN (Fnext_single_char_property_change, 4); | |||
| 3417 | EXFUN (Fprevious_single_property_change, 4); | 3414 | EXFUN (Fprevious_single_property_change, 4); |
| 3418 | EXFUN (Fget_text_property, 3); | 3415 | EXFUN (Fget_text_property, 3); |
| 3419 | EXFUN (Fput_text_property, 5); | 3416 | EXFUN (Fput_text_property, 5); |
| 3420 | EXFUN (Fget_text_property, 3); | ||
| 3421 | EXFUN (Fprevious_char_property_change, 2); | 3417 | EXFUN (Fprevious_char_property_change, 2); |
| 3422 | EXFUN (Fnext_char_property_change, 2); | 3418 | EXFUN (Fnext_char_property_change, 2); |
| 3423 | extern void report_interval_modification (Lisp_Object, Lisp_Object); | 3419 | extern void report_interval_modification (Lisp_Object, Lisp_Object); |
| @@ -3540,8 +3536,8 @@ extern Lisp_Object Qheader_line, Qscroll_bar, Qcursor, Qborder, Qmouse, Qmenu; | |||
| 3540 | extern Lisp_Object Qmode_line_inactive, Qvertical_border; | 3536 | extern Lisp_Object Qmode_line_inactive, Qvertical_border; |
| 3541 | extern Lisp_Object Qface; | 3537 | extern Lisp_Object Qface; |
| 3542 | extern Lisp_Object Qnormal; | 3538 | extern Lisp_Object Qnormal; |
| 3543 | extern Lisp_Object QCfamily, QCweight, QCslant, QCwidth; | 3539 | extern Lisp_Object QCfamily, QCweight, QCslant; |
| 3544 | extern Lisp_Object QCheight, QCsize, QCname, QCwidth, QCforeground, QCbackground; | 3540 | extern Lisp_Object QCheight, QCname, QCwidth, QCforeground, QCbackground; |
| 3545 | extern Lisp_Object Vface_alternative_font_family_alist; | 3541 | extern Lisp_Object Vface_alternative_font_family_alist; |
| 3546 | extern Lisp_Object Vface_font_rescale_alist; | 3542 | extern Lisp_Object Vface_font_rescale_alist; |
| 3547 | extern Lisp_Object Vface_ignored_fonts; | 3543 | extern Lisp_Object Vface_ignored_fonts; |