diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-08-07 03:10:12 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-08-07 03:10:12 +0200 |
commit | 0e9c8657ca938bd3cdb90824873dff539801fdbe (patch) | |
tree | 6c2d3e3e4425edf2960441e762485f0633982c31 /src/charset.h | |
parent | 32bc67090a4a4a25cc299644b94d726c4949c7d2 (diff) | |
download | emacs-0e9c8657ca938bd3cdb90824873dff539801fdbe.tar.gz |
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/charset.h')
-rw-r--r-- | src/charset.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charset.h b/src/charset.h index 095dcefe15b..dbe9c776a0d 100644 --- a/src/charset.h +++ b/src/charset.h @@ -517,8 +517,6 @@ extern int iso_charset_table[ISO_MAX_DIMENSION][ISO_MAX_CHARS][ISO_MAX_FINAL]; #define EMACS_MULE_LEADING_CODE_PRIVATE_21 0x9C /* 2/2 */ #define EMACS_MULE_LEADING_CODE_PRIVATE_22 0x9D /* 2/2 */ -extern struct charset *emacs_mule_charset[256]; - extern Lisp_Object Qcharsetp; |