Richard Stallman <[EMAIL PROTECTED]> writes: > However, the version numbers 1.186 and 1.187 are trunk versions. It > looks like the code to find the latest two versions is not making > proper use of the branch.
This bug should now be fixed. Assuming no further changes were made to mule.el on the emacs-unicode branch since this commit, the correct diff should have used 1.141.2.29 and 1.141.2.30. Index: emacs/lisp/international/mule.el diff -c emacs/lisp/international/mule.el:1.141.2.29 emacs/lisp/international/mule.el:1.141.2.30 *** emacs/lisp/international/mule.el:1.141.2.29 Thu Jun 5 19:16:24 2003 --- emacs/lisp/international/mule.el Mon Jun 9 21:24:23 2003 *************** *** 695,700 **** --- 695,704 ---- If CODING-SYSTEM supports all emacs-mule charsets, return `emacs-mule'." (plist-get (coding-system-plist coding-system) :charset-list)) + (defun coding-system-category (coding-system) + "Return a category symbol of CODING-SYSTEM." + (plist-get (coding-system-plist coding-system) :category)) + (defun coding-system-get (coding-system prop) "Extract a value from CODING-SYSTEM's property list for property PROP. For compatibility with Emacs 20/21, this accepts old-style symbols _______________________________________________ Savannah-hackers mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/savannah-hackers