diff options
author | Dave Love <fx@gnu.org> | 2000-05-14 15:21:41 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-05-14 15:21:41 +0000 |
commit | 0922d3b44c656e07d856ab1b5a5ff2098a8e0dfa (patch) | |
tree | 6624d45b7999c8ea4994f0da89e985b3185688b5 /lisp/language/lao-util.el | |
parent | e8564f573c9b9339dc1bdf0ebdab8512c23b600e (diff) | |
download | emacs-0922d3b44c656e07d856ab1b5a5ff2098a8e0dfa.tar.gz |
Remove all the setup-...-environment functions.
Diffstat (limited to 'lisp/language/lao-util.el')
-rw-r--r-- | lisp/language/lao-util.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index 02a16158bd4..55f7940ef20 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el @@ -24,12 +24,6 @@ ;;; Code: -;;;###autoload -(defun setup-lao-environment () - "Setup multilingual environment (MULE) for Lao." - (interactive) - (set-language-environment "Lao")) - ;; Setting information of Thai characters. (defconst lao-category-table (make-category-table)) |