summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-07-25 07:30:07 +0000
committerKenichi Handa <handa@m17n.org>1997-07-25 07:30:07 +0000
commit26e3ea8e78d1774395de61dc75c9663b7b866ed2 (patch)
treeb6e94142b1b7ab3a84d35010896ac39c41e43c03 /leim
parent4c1d73b1ee33af9615b3f217311a7c70fac0b1d2 (diff)
downloademacs-26e3ea8e78d1774395de61dc75c9663b7b866ed2.tar.gz
Require 'quail.
Diffstat (limited to 'leim')
-rw-r--r--leim/quail/py-punct.el2
-rw-r--r--leim/quail/pypunct-b5.el2
2 files changed, 4 insertions, 0 deletions
diff --git a/leim/quail/py-punct.el b/leim/quail/py-punct.el
index 7b8f6e2e82b..13996733e0c 100644
--- a/leim/quail/py-punct.el
+++ b/leim/quail/py-punct.el
@@ -24,6 +24,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+(require 'quail)
+
(load "quail/PY")
(load "quail/Punct")
diff --git a/leim/quail/pypunct-b5.el b/leim/quail/pypunct-b5.el
index 7cb9e16b389..ce1378328d1 100644
--- a/leim/quail/pypunct-b5.el
+++ b/leim/quail/pypunct-b5.el
@@ -24,6 +24,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+(require 'quail)
+
(load "quail/PY-b5")
(load "quail/Punct-b5")