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/romanian.el | |
parent | e8564f573c9b9339dc1bdf0ebdab8512c23b600e (diff) | |
download | emacs-0922d3b44c656e07d856ab1b5a5ff2098a8e0dfa.tar.gz |
Remove all the setup-...-environment functions.
Diffstat (limited to 'lisp/language/romanian.el')
-rw-r--r-- | lisp/language/romanian.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/language/romanian.el b/lisp/language/romanian.el index 4b95b2f68a5..795876547d2 100644 --- a/lisp/language/romanian.el +++ b/lisp/language/romanian.el @@ -28,11 +28,6 @@ ;;; Code: -(defun setup-romanian-environment () - "Setup multilingual environment (MULE) for Romanian." - (interactive) - (set-language-environment "Romanian")) - (set-language-info-alist "Romanian" '((charset . (ascii latin-iso8859-2)) (coding-system . (iso-8859-2)) |