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
ca6e03c2
Commit
ca6e03c2
authored
Sep 11, 1997
by
Richard M. Stallman
Browse files
(describe-coding-system): Describe coding systems of type 5, raw-text.
parent
89752145
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/international/mule-diag.el
lisp/international/mule-diag.el
+3
-1
No files found.
lisp/international/mule-diag.el
View file @
ca6e03c2
...
...
@@ -186,7 +186,9 @@ but contains full information about each character sets."
(princ "
(
Big5
)
"))
((eq type 4)
(princ "
(
do
conversion
by
CCL
program
)
"))
(t (princ "
invalid
coding-system.
"))))
((eq type 5)
(princ "
(
text
with
random
binary
characters
)
"))
(t (princ "
:
invalid
coding-system.
"))))
(princ "
\nEOL
type:\n
")
(let ((eol-type (coding-system-eol-type coding-system)))
(cond ((vectorp eol-type)
...
...
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