emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-diag.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-diag.el
Date: Sat, 05 Oct 2002 14:52:53 -0400

Index: emacs/lisp/international/mule-diag.el
diff -c emacs/lisp/international/mule-diag.el:1.81 
emacs/lisp/international/mule-diag.el:1.82
*** emacs/lisp/international/mule-diag.el:1.81  Wed Sep 25 04:52:30 2002
--- emacs/lisp/international/mule-diag.el       Mon Sep 30 02:40:01 2002
***************
*** 618,623 ****
--- 618,633 ----
      (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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]