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 <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el [emacs-unicode] Message-ID: <[EMAIL PROTECTED]> Precedence: list Reply-To: [EMAIL PROTECTED] 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 ---- _______________________________________________ Savannah-hackers mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/savannah-hackers