all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#69494: 30.0.50; Fix typo in comment of lisp/language/japanese.el
@ 2024-03-01 23:49 Kazuhiro Ito
  2024-03-02  7:07 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Kazuhiro Ito @ 2024-03-01 23:49 UTC (permalink / raw)
  To: 69494

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69494: 30.0.50; Fix typo in comment of lisp/language/japanese.el
  2024-03-01 23:49 bug#69494: 30.0.50; Fix typo in comment of lisp/language/japanese.el Kazuhiro Ito
@ 2024-03-02  7:07 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-03-02  7:07 UTC (permalink / raw)
  To: Kazuhiro Ito; +Cc: 69494-done

> 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-02  7:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01 23:49 bug#69494: 30.0.50; Fix typo in comment of lisp/language/japanese.el Kazuhiro Ito
2024-03-02  7:07 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.