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
ab45712c
Commit
ab45712c
authored
May 18, 1998
by
Kenichi Handa
Browse files
Change terms unify/unification to
translate/translation respectively throughtout the file.
parent
44893c8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/coding.h
src/coding.h
+6
-3
No files found.
src/coding.h
View file @
ab45712c
...
...
@@ -374,9 +374,9 @@ struct coding_system
additional conversion, or nil. */
Lisp_Object
pre_write_conversion
;
/* Character
unific
ation tables to look up, or nil. */
Lisp_Object
character_
unific
ation_table_for_decode
;
Lisp_Object
character_
unific
ation_table_for_encode
;
/* Character
transl
ation tables to look up, or nil. */
Lisp_Object
character_
transl
ation_table_for_decode
;
Lisp_Object
character_
transl
ation_table_for_encode
;
};
#define CODING_REQUIRE_FLUSHING_MASK 1
...
...
@@ -530,6 +530,9 @@ extern Lisp_Object Qraw_text;
extern
Lisp_Object
Qbuffer_file_coding_system
;
extern
Lisp_Object
Vcoding_category_list
;
extern
Lisp_Object
Qcharacter_translation_table
;
extern
Lisp_Object
Qcharacter_translation_table_id
;
/* Mnemonic character to indicate each type of end-of-line. */
extern
int
eol_mnemonic_unix
,
eol_mnemonic_dos
,
eol_mnemonic_mac
;
/* Mnemonic character to indicate type of end-of-line is not yet decided. */
...
...
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