blob: f02680bd9e32ff5b1cb661a80d3511d01be12a85 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;; $Id: letgroup.xdy,v 1.3 1996/07/18 16:04:18 kehr Exp $
;;
;; This file contains the standard letter groups used in latin-based
;; languages.
(define-letter-groups
("a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m"
"n" "o" "p" "q" "r" "s" "t" "u" "v" "w" "x" "y" "z"))
;; End
|