Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
370cefff
Commit
370cefff
authored
May 14, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Vcharset_non_preferred_head)
(Vcurrent_iso639_language): Extern them.
parent
42da60f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/charset.h
src/charset.h
+2
-0
No files found.
src/charset.h
View file @
370cefff
...
...
@@ -253,6 +253,7 @@ extern struct charset *charset_table;
#define CHARSET_FROM_ID(id) (charset_table + (id))
extern
Lisp_Object
Vcharset_ordered_list
;
extern
Lisp_Object
Vcharset_non_preferred_head
;
/* Incremented everytime we change the priority of charsets. */
extern
unsigned
short
charset_ordered_list_tick
;
...
...
@@ -263,6 +264,7 @@ extern Lisp_Object Vemacs_mule_charset_list;
extern
struct
charset
*
emacs_mule_charset
[
256
];
extern
Lisp_Object
Vcurrent_iso639_language
;
/* Macros to access information about charset. */
...
...
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