GNU bug report logs - #69494
30.0.50; Fix typo in comment of lisp/language/japanese.el

Previous Next

Package: emacs;

Reported by: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>

Date: Fri, 1 Mar 2024 23:51:01 UTC

Severity: normal

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
Subject: bug#69494: closed (Re: bug#69494: 30.0.50; Fix typo in comment of
 lisp/language/japanese.el)
Date: Sat, 02 Mar 2024 07:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69494: 30.0.50; Fix typo in comment of lisp/language/japanese.el

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69494 <at> debbugs.gnu.org.

-- 
69494: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69494
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
Cc: 69494-done <at> debbugs.gnu.org
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 <at> d1.dion.ne.jp>
> 
> Please see below patch.

Thanks, installed on master, and closing the bug.

[Message part 3 (message/rfc822, inline)]
From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; Fix typo in comment of lisp/language/japanese.el
Date: Sat, 02 Mar 2024 08:49:15 +0900
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



This bug report was last modified 1 year and 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.