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

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

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

revision 1.188.2.13 by miles, Thu Oct 14 08:50:09 2004 UTC revision 1.188.2.14 by handa, Sat Oct 16 00:23:39 2004 UTC
# Line 875  like `mime-charset' as well as the curre Line 875  like `mime-charset' as well as the curre
875  Two coding systems are identical if two symbols are equal  Two coding systems are identical if two symbols are equal
876  or one is an alias of the other."  or one is an alias of the other."
877    (or (eq coding-system-1 coding-system-2)    (or (eq coding-system-1 coding-system-2)
878        (and (equal (coding-system-spec coding-system-1)        (and (equal (coding-system-plist coding-system-1)
879                    (coding-system-spec coding-system-2))                    (coding-system-plist coding-system-2))
880             (let ((eol-type-1 (coding-system-eol-type coding-system-1))             (let ((eol-type-1 (coding-system-eol-type coding-system-1))
881                   (eol-type-2 (coding-system-eol-type coding-system-2)))                   (eol-type-2 (coding-system-eol-type coding-system-2)))
882               (or (eq eol-type-1 eol-type-2)               (or (eq eol-type-1 eol-type-2)

Legend:
Removed from v.1.188.2.13  
changed lines
  Added in v.1.188.2.14

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