diff options
Diffstat (limited to 'leim')
-rw-r--r-- | leim/quail/py-punct.el | 2 | ||||
-rw-r--r-- | leim/quail/pypunct-b5.el | 2 |
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") |