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.el [emacs-unicode


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el [emacs-unicode-2]
Date: Fri, 15 Oct 2004 20:30:51 -0400

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.188.2.13 
emacs/lisp/international/mule.el:1.188.2.14
*** emacs/lisp/international/mule.el:1.188.2.13 Thu Oct 14 08:50:09 2004
--- emacs/lisp/international/mule.el    Sat Oct 16 00:23:39 2004
***************
*** 875,882 ****
  Two coding systems are identical if two symbols are equal
  or one is an alias of the other."
    (or (eq coding-system-1 coding-system-2)
!       (and (equal (coding-system-spec coding-system-1)
!                 (coding-system-spec coding-system-2))
           (let ((eol-type-1 (coding-system-eol-type coding-system-1))
                 (eol-type-2 (coding-system-eol-type coding-system-2)))
             (or (eq eol-type-1 eol-type-2)
--- 875,882 ----
  Two coding systems are identical if two symbols are equal
  or one is an alias of the other."
    (or (eq coding-system-1 coding-system-2)
!       (and (equal (coding-system-plist coding-system-1)
!                 (coding-system-plist coding-system-2))
           (let ((eol-type-1 (coding-system-eol-type coding-system-1))
                 (eol-type-2 (coding-system-eol-type coding-system-2)))
             (or (eq eol-type-1 eol-type-2)




reply via email to

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