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
8fdfd269
Commit
8fdfd269
authored
Sep 30, 2002
by
Kenichi Handa
Browse files
(describe-coding-system): Describe `dependency' property..
parent
0c76a98d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
lisp/international/mule-diag.el
lisp/international/mule-diag.el
+10
-0
No files found.
lisp/international/mule-diag.el
View file @
8fdfd269
...
...
@@ -618,6 +618,16 @@ PC `codepages' and other coded character sets. See `non-iso-charset-alist'."
(
with-output-to-temp-buffer
(
help-buffer
)
(
print-coding-system-briefly
coding-system
'doc-string
)
(
princ
"\n"
)
(
let
((
vars
(
coding-system-get
coding-system
'dependency
)))
(
when
vars
(
princ
"See also the documentation of these customizable variables
which alter the behaviour of this coding system.\n"
)
(
dolist
(
v
vars
)
(
princ
" `"
)
(
princ
v
)
(
princ
"'\n"
))
(
princ
"\n"
)))
(
princ
"Type: "
)
(
let
((
type
(
coding-system-type
coding-system
))
(
flags
(
coding-system-flags
coding-system
)))
...
...
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