;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
+;; Copyright (C) 2001, 2002 Free Software Foundation.
;; Keywords: multilingual, input method, latin
("z~~" ["z~"])
)
+;; Derived from Slovenian.kmap from Yudit
+;; attributed as: 2001-11-11 Roman Maurer <roman.maurer@amis.net>
+(quail-define-package
+ "slovenian" "Slovenian" "Sl" t
+ "Slovenian postfix input."
+ nil t t t nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("C<" ?\e,BH\e(B)
+ ("C'" ?\e,BF\e(B)
+ ("D;" ?\e,BP\e(B)
+ ("S<" ?\e,B)\e(B)
+ ("Z<" ?\e,B.\e(B)
+ ("c<" ?\e,Bh\e(B)
+ ("c'" ?\e,Bf\e(B)
+ ("d;" ?\e,Bp\e(B)
+ ("s<" ?\e,B9\e(B)
+ ("z<" ?\e,B>\e(B))
+
;;; latin-post.el ends here