Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3c908a57
Commit
3c908a57
authored
Apr 16, 2009
by
Kenichi Handa
Browse files
(charset_ksc5601): Extern it.
parent
d32320c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+8
-0
src/charset.h
src/charset.h
+1
-0
No files found.
src/ChangeLog
View file @
3c908a57
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.
...
...
src/charset.h
View file @
3c908a57
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment