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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-diag.el
Date: Fri, 10 Jun 2005 10:12:40 -0400

Index: emacs/lisp/international/mule-diag.el
diff -c emacs/lisp/international/mule-diag.el:1.95 
emacs/lisp/international/mule-diag.el:1.96
*** emacs/lisp/international/mule-diag.el:1.95  Fri May 13 06:03:45 2005
--- emacs/lisp/international/mule-diag.el       Fri Jun 10 14:12:40 2005
***************
*** 64,70 ****
    'help-echo "mouse-2, RET: show table of characters for this character set")
  
  ;;;###autoload
! (defvar non-iso-charset-alist 
    `((mac-roman
       (ascii latin-iso8859-1 mule-unicode-2500-33ff
            mule-unicode-0100-24ff mule-unicode-e000-ffff)
--- 64,70 ----
    'help-echo "mouse-2, RET: show table of characters for this character set")
  
  ;;;###autoload
! (defvar non-iso-charset-alist
    `((mac-roman
       (ascii latin-iso8859-1 mule-unicode-2500-33ff
            mule-unicode-0100-24ff mule-unicode-e000-ffff)
***************
*** 609,615 ****
        (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)
--- 609,615 ----
        (let ((vars (coding-system-get coding-system 'dependency)))
        (when vars
          (princ "See also the documentation of these customizable variables
! which alter the behavior of this coding system.\n")
          (dolist (v vars)
            (princ "  `")
            (princ v)




reply via email to

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