savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] log_accum still has a bug


From: Richard Stallman
Subject: [Savannah-hackers] log_accum still has a bug
Date: Tue, 10 Jun 2003 20:24:41 -0400

This message was sent by log_accum for a commit
in the emacs-unicode branch.  That is visible in the subject.

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.


Date: Mon, 09 Jun 2003 21:24:24 -0400
From: Kenichi Handa <address@hidden>
To: address@hidden
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el
        [emacs-unicode]
Message-ID: <address@hidden>
Precedence: list
Reply-To: address@hidden
Message: 8

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.186 
emacs/lisp/international/mule.el:1.187
*** emacs/lisp/international/mule.el:1.186      Wed May 28 21:28:24 2003
--- emacs/lisp/international/mule.el    Wed May 28 22:54:03 2003
***************
*** 1464,1470 ****
         ((coding-system-p encoding) ; need to recode the entire segment...
          (decode-coding-region pos (point) 'ctext-no-compositions)
          (encode-coding-region pos (point) encoding)
-         (set-buffer-multibyte nil)
          (setq textlen (+ (- (point) pos) (length chset) 1))
          (save-excursion
            (goto-char pos)
--- 1464,1469 ----




reply via email to

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