mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(charset_ksc5601): Extern it.
This commit is contained in:
parent
d32320c43d
commit
3c908a5774
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2009-04-16 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* charset.h (charset_ksc5601): Extern it.
|
||||
|
||||
* charset.c (charset_ksc5601): New variable.
|
||||
(Fdefine_charset_internal): Set charset_ksc5601.
|
||||
(init_charset_once): Initialize charset_ksc5601 to -1.
|
||||
|
||||
2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* fileio.c (history_delete_duplicates): Remove unused declaration.
|
||||
|
|
|
|||
|
|
@ -530,6 +530,7 @@ extern int charset_unicode;
|
|||
extern int charset_jisx0201_roman;
|
||||
extern int charset_jisx0208_1978;
|
||||
extern int charset_jisx0208;
|
||||
extern int charset_ksc5601;
|
||||
|
||||
extern int charset_unibyte;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue