diff options
| -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. |