diff options
| author | Kenichi Handa | 1997-08-10 04:09:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-10 04:09:49 +0000 |
| commit | 57e6c4cde12dc84e849a4bfeb81d62a67e58e8d1 (patch) | |
| tree | 7b73d3d46dcc66d05871f8aa122519f06b63db7c | |
| parent | 586ec68ad9f871a10f09a9418386e7368e8de882 (diff) | |
| download | emacs-57e6c4cde12dc84e849a4bfeb81d62a67e58e8d1.tar.gz emacs-57e6c4cde12dc84e849a4bfeb81d62a67e58e8d1.zip | |
(setup-tibetan-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.
| -rw-r--r-- | lisp/language/tibet-util.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el index 39e67871fcf..a265f42a414 100644 --- a/lisp/language/tibet-util.el +++ b/lisp/language/tibet-util.el | |||
| @@ -41,10 +41,7 @@ | |||
| 41 | (setq-default buffer-file-coding-system 'iso-2022-7bit) | 41 | (setq-default buffer-file-coding-system 'iso-2022-7bit) |
| 42 | 42 | ||
| 43 | (setq default-input-method "tibetan-wylie") | 43 | (setq default-input-method "tibetan-wylie") |
| 44 | (setq-default default-input-method "tibetan-wylie") | 44 | (setq-default default-input-method "tibetan-wylie")) |
| 45 | |||
| 46 | (setq sendmail-coding-system 'iso-2022-7bit | ||
| 47 | rmail-file-coding-system 'iso-2022-7bit)) | ||
| 48 | 45 | ||
| 49 | ;;; This function makes a transcription string for | 46 | ;;; This function makes a transcription string for |
| 50 | ;;; re-composing a character. | 47 | ;;; re-composing a character. |