]> git.eshelyaron.com Git - emacs.git/commitdiff
quail/py-b5: Use U+3007 for ideographic zero (bug#3179)
authorŠtěpán Němec <stepnem@gmail.com>
Mon, 14 Oct 2019 21:12:00 +0000 (23:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 21:12:00 +0000 (23:12 +0200)
* leim/leim-ext.el ("quail/PY-b5"): Use U+3007 instead of U+25CB for
ideographic zero.  U+25CB (used previously) is only one of the several
lookalikes (bug#3179).

leim/leim-ext.el

index de30a70f2afb071a7fb605b9a43ead0633501fb4..8ad7e85cafcd897349e110f8a162721f758db28d 100644 (file)
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (eval-after-load "quail/PY-b5"
-  '(quail-defrule "ling2" ? nil t))
+  '(quail-defrule "ling2" ? nil t))
 
 ;; Enable inputting full-width space (U+3000).
 (eval-after-load "quail/Punct"