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-util.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-util.el [lexbind]
Date: Mon, 25 Oct 2004 00:47:43 -0400

Index: emacs/lisp/international/mule-util.el
diff -c emacs/lisp/international/mule-util.el:1.47.2.4 
emacs/lisp/international/mule-util.el:1.47.2.5
*** emacs/lisp/international/mule-util.el:1.47.2.4      Tue Apr 27 14:11:00 2004
--- emacs/lisp/international/mule-util.el       Mon Oct 25 04:19:43 2004
***************
*** 315,333 ****
    (coding-system-get coding-system 'translation-table-for-encode))
  
  ;;;###autoload
- (defun coding-system-equal (coding-system-1 coding-system-2)
-   "Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical.
- 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)
-                (and (vectorp eol-type-1) (vectorp eol-type-2)))))))
- 
- ;;;###autoload
  (defmacro detect-coding-with-priority (from to priority-list)
    "Detect a coding system of the text between FROM and TO with PRIORITY-LIST.
  PRIORITY-LIST is an alist of coding categories vs the corresponding
--- 315,320 ----




reply via email to

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