/[emacs]/emacs/lisp/international/mule-diag.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-diag.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.81 by handa, Wed Sep 25 08:52:30 2002 UTC revision 1.82 by handa, Mon Sep 30 06:40:01 2002 UTC
# Line 618  PC `codepages' and other coded character Line 618  PC `codepages' and other coded character
618      (with-output-to-temp-buffer (help-buffer)      (with-output-to-temp-buffer (help-buffer)
619        (print-coding-system-briefly coding-system 'doc-string)        (print-coding-system-briefly coding-system 'doc-string)
620        (princ "\n")        (princ "\n")
621          (let ((vars (coding-system-get coding-system 'dependency)))
622            (when vars
623              (princ "See also the documentation of these customizable variables
624    which alter the behaviour of this coding system.\n")
625              (dolist (v vars)
626                (princ "  `")
627                (princ v)
628                (princ "'\n"))
629              (princ "\n")))
630    
631        (princ "Type: ")        (princ "Type: ")
632        (let ((type (coding-system-type coding-system))        (let ((type (coding-system-type coding-system))
633              (flags (coding-system-flags coding-system)))              (flags (coding-system-flags coding-system)))

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26