savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: log_accum still has a bug


From: Paul Fisher
Subject: [Savannah-hackers] Re: log_accum still has a bug
Date: Tue, 10 Jun 2003 23:25:57 -0400
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux)

Richard Stallman <address@hidden> 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




reply via email to

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