diff options
| author | Richard M. Stallman | 1997-09-04 04:49:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-04 04:49:53 +0000 |
| commit | dc7619af353e24d52c5b4ed208a248cb5e3b53d8 (patch) | |
| tree | 8692c7002d537a4582690c199bf8ed452f2696c8 | |
| parent | 7cdf2321b08230e891cb484cfdb5b2b1dfb16106 (diff) | |
| download | emacs-dc7619af353e24d52c5b4ed208a248cb5e3b53d8.tar.gz emacs-dc7619af353e24d52c5b4ed208a248cb5e3b53d8.zip | |
(toggle-input-method): No error if enable-multibyte-characters is nil.
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 96a02749123..0bfb3830ca3 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -517,8 +517,6 @@ When there's no input method to turn on, turn on what read from minibuffer." | |||
| 517 | (let* ((default (or (car input-method-history) default-input-method))) | 517 | (let* ((default (or (car input-method-history) default-input-method))) |
| 518 | (if (and current-input-method (not arg)) | 518 | (if (and current-input-method (not arg)) |
| 519 | (inactivate-input-method) | 519 | (inactivate-input-method) |
| 520 | (if (not enable-multibyte-characters) | ||
| 521 | (error "Can't activate any input method while multibyte characters are disabled")) | ||
| 522 | (activate-input-method | 520 | (activate-input-method |
| 523 | (if (or arg (not default)) | 521 | (if (or arg (not default)) |
| 524 | (read-input-method-name | 522 | (read-input-method-name |