# HG changeset patch # User Kenichi Handa # Date 1141819019 0 # Node ID ee03316bed9d3f95d69947e91b54a6b19b1a6cd0 # Parent c363a0b675baf4dbb988d021659c6c6bcde9ebcd *** empty log message *** diff -r c363a0b675ba -r ee03316bed9d lisp/international/mule.el --- a/lisp/international/mule.el Wed Mar 08 11:56:05 2006 +0000 +++ b/lisp/international/mule.el Wed Mar 08 11:56:59 2006 +0000 @@ -1528,9 +1528,9 @@ (setq len (+ (length encoding-name) 1 (- (point) last-pos))) ;; According to the spec of CTEXT, it is not - ;; necessary to produding this extra - ;; designation sequence, but some buggy - ;; application (e.g. crxvt-gb) requires it. + ;; necessary to produde this extra designation + ;; sequence, but some buggy application + ;; (e.g. crxvt-gb) requires it. (insert "\e(B") (save-excursion (goto-char last-pos)