emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/leim/quail/latin-pre.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/leim/quail/latin-pre.el
Date: Thu, 01 May 2003 07:19:45 -0400

Index: emacs/leim/quail/latin-pre.el
diff -c emacs/leim/quail/latin-pre.el:1.23 emacs/leim/quail/latin-pre.el:1.24
*** emacs/leim/quail/latin-pre.el:1.23  Tue Feb  4 09:43:11 2003
--- emacs/leim/quail/latin-pre.el       Thu May  1 07:19:44 2003
***************
*** 700,710 ****
  
  (quail-define-package
   "polish-slash" "Polish" "PL>" nil
!  "Polish diacritics in Latin-2 encoding 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)
--- 700,711 ----
  
  (quail-define-package
   "polish-slash" "Polish" "PL>" nil
!  "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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]