From 90cd9b138406af1447793fd04d297cbee9638308 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 30 May 2014 21:01:19 -0400 Subject: [PATCH] * lisp/leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", " for the single comma, since ", " is *very* common in normal French text. Fixes: debbugs:17643 --- lisp/ChangeLog | 6 ++++++ lisp/leim/quail/latin-pre.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fbf4244b788..8504fb3018a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2014-05-31 Stefan Monnier + + * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", " + for the single comma, since ", " is *very* common in normal French text + (bug#17643). + 2014-05-30 Glenn Morris * emacs-lisp/package.el (package-check-signature) diff --git a/lisp/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el index 8bf6ffe4725..6202b8901e5 100644 --- a/lisp/leim/quail/latin-pre.el +++ b/lisp/leim/quail/latin-pre.el @@ -306,7 +306,7 @@ Key translation rules are: ("~ " ?~) (",C" ?Ç) (",c" ?ç) - (", " ?,) + (",," ?,) ) (quail-define-package -- 2.39.5