From 458d077002b7850ee8519a50848e74ae7b273ac6 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 1 May 2003 11:20:32 +0000 Subject: [PATCH] ("polish-slash"): Add the rule "//"->?/. --- leim/ChangeLog | 4 ++++ leim/quail/latin-pre.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/leim/ChangeLog b/leim/ChangeLog index 80a9bf2398b..8eac56dd784 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2003-05-01 Bzyl Wlodzimierz (tiny change) + + * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/. + 2003-04-05 Andreas Schwab * Makefile.in (install): Remove CVS related and backup files from diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el index 67c490be628..0b47f8fd50c 100644 --- a/leim/quail/latin-pre.el +++ b/leim/quail/latin-pre.el @@ -700,11 +700,12 @@ Key translation rules are: (quail-define-package "polish-slash" "Polish" "PL>" nil - "Polish diacritics in Latin-2 encoding are input as `/[acelnosxzACELNOSXZ]'. + "Polish diacritics and slash character are input as `/[acelnosxzACELNOSXZ/]'. For example, the character named `aogonek' is obtained by `/a'." nil t t t nil nil nil nil nil nil t) (quail-define-rules + ("//" ?/) ("/a" ?,B1(B) ("/c" ?,Bf(B) ("/e" ?,Bj(B) -- 2.39.2