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
75b6fb58
Commit
75b6fb58
authored
Nov 05, 2000
by
Kenichi Handa
Browse files
(compound-text): Define this coding system here. Make x-ctext and
ctext aliases of it.
parent
c6c97763
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/international/mule-conf.el
lisp/international/mule-conf.el
+4
-1
No files found.
lisp/international/mule-conf.el
View file @
75b6fb58
...
...
@@ -384,7 +384,7 @@
(
composition
.
t
)))
(
make-coding-system
'
x-c
text
2
?x
'
compound-
text
2
?x
"Compound text based generic encoding for decoding unknown messages."
'
((
ascii
t
)
(
latin-iso8859-1
katakana-jisx0201
t
)
t
t
nil
ascii-eol
ascii-cntl
nil
locking-shift
single-shift
nil
nil
nil
...
...
@@ -393,6 +393,9 @@
(
mime-charset
.
x-ctext
)
(
composition
.
t
)))
(
define-coding-system-alias
'x-ctext
'compound-text
)
(
define-coding-system-alias
'ctext
'compound-text
)
(
make-coding-system
'iso-safe
2
?-
"Convert all characters but ASCII to `?'."
...
...
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