summaryrefslogtreecommitdiff
path: root/leim/quail
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-05-01 09:45:59 +0000
committerPavel Janík <Pavel@Janik.cz>2002-05-01 09:45:59 +0000
commitb339005207df4fe98722aa84acce0dbf53f41b6a (patch)
tree48b1ec552e09811cebcfcf65964d09a829d3059d /leim/quail
parenta1e081f62e80a7ab2cb290dbf1450808236f4b0b (diff)
downloademacs-b339005207df4fe98722aa84acce0dbf53f41b6a.tar.gz
Follow coding conventions.
Diffstat (limited to 'leim/quail')
-rw-r--r--leim/quail/hanja3.el2
-rw-r--r--leim/quail/vntelex.el4
2 files changed, 5 insertions, 1 deletions
diff --git a/leim/quail/hanja3.el b/leim/quail/hanja3.el
index 5cf7814b046..5f3af3638a9 100644
--- a/leim/quail/hanja3.el
+++ b/leim/quail/hanja3.el
@@ -612,3 +612,5 @@
("mga" "$(C}i(B")
("m8" "$(C}j}k}l}m}n}o}p}q}r}s}t}u}v}w}x}y}z}{}|}}(B")
("mdw" "$(C}~(B"))
+
+;;; hanja3.el ends here
diff --git a/leim/quail/vntelex.el b/leim/quail/vntelex.el
index fd97e9dbc62..8b9082e18d3 100644
--- a/leim/quail/vntelex.el
+++ b/leim/quail/vntelex.el
@@ -1,4 +1,4 @@
-;;; quail/vntelex.el -- Quail package for Vietnamese by Telex method
+;;; vntelex.el --- Quail package for Vietnamese by Telex method
;; Copyright (C) 2001 Free Software Foundation.
@@ -403,3 +403,5 @@ and postfix: Eee -> Ee, ajj -> aj, etc.
;; Local Variables:
;; coding: iso-2022-7bit
;; End:
+
+;;; vntelex.el ends here