emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69494: closed (30.0.50; Fix typo in comment of lisp/language/japanes


From: GNU bug Tracking System
Subject: bug#69494: closed (30.0.50; Fix typo in comment of lisp/language/japanese.el)
Date: Sat, 02 Mar 2024 07:09:01 +0000

Your message dated Sat, 02 Mar 2024 09:07:33 +0200
with message-id <86ttlpp0wa.fsf@gnu.org>
and subject line Re: bug#69494: 30.0.50; Fix typo in comment of 
lisp/language/japanese.el
has caused the debbugs.gnu.org bug report #69494,
regarding 30.0.50; Fix typo in comment of lisp/language/japanese.el
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69494: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69494
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 30.0.50; Fix typo in comment of lisp/language/japanese.el Date: Sat, 02 Mar 2024 08:49:15 +0900 User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.0.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)
Please see below patch.

diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el
index dd65409c839..8957d1a49af 100644
--- a/lisp/language/japanese.el
+++ b/lisp/language/japanese.el
@@ -79,7 +79,7 @@ 'iso-2022-jp-2
         (#x00A2 . #xFFE0)      ; CENT SIGN             FULLWIDTH CENT SIGN
         (#x00A3 . #xFFE1)      ; POUND SIGN            FULLWIDTH POUND SIGN
         (#x00AC . #xFFE2)      ; NOT SIGN              FULLWIDTH NOT SIGN
-        (#x00A6 . #xFFE4)      ; BROKEN LINE           FULLWIDTH BROKEN LINE
+        (#x00A6 . #xFFE4)      ; BROKEN BAR            FULLWIDTH BROKEN BAR
         )))
   (define-translation-table 'japanese-ucs-jis-to-cp932-map map)
   (setq map (mapcar (lambda (x) (cons (cdr x) (car x))) map))

-- 
Kazuhiro Ito



--- End Message ---
--- Begin Message --- Subject: Re: bug#69494: 30.0.50; Fix typo in comment of lisp/language/japanese.el Date: Sat, 02 Mar 2024 09:07:33 +0200
> Date: Sat, 02 Mar 2024 08:49:15 +0900
> From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
> 
> Please see below patch.

Thanks, installed on master, and closing the bug.


--- End Message ---

reply via email to

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