diff options
| author | Richard M. Stallman | 2001-11-17 22:41:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-17 22:41:26 +0000 |
| commit | 843f91fdd35ba5398376751f0e89b08636f5dadf (patch) | |
| tree | c8f33eac94271c59f552acc7715697a9c1d337eb | |
| parent | f4e25f94e79052cec557c895a912cefdc4c7a617 (diff) | |
| download | emacs-843f91fdd35ba5398376751f0e89b08636f5dadf.tar.gz emacs-843f91fdd35ba5398376751f0e89b08636f5dadf.zip | |
Comment change.
| -rw-r--r-- | lisp/international/mule-cmds.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index d2a51d12443..05b2cdbd65f 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -1391,8 +1391,8 @@ The default status is as follows: | |||
| 1391 | ;; Don't alter the terminal and keyboard coding systems here. | 1391 | ;; Don't alter the terminal and keyboard coding systems here. |
| 1392 | ;; The terminal still supports the same coding system | 1392 | ;; The terminal still supports the same coding system |
| 1393 | ;; that it supported a minute ago. | 1393 | ;; that it supported a minute ago. |
| 1394 | ;; (set-terminal-coding-system-internal nil) | 1394 | ;;; (set-terminal-coding-system-internal nil) |
| 1395 | ;; (set-keyboard-coding-system-internal nil) | 1395 | ;;; (set-keyboard-coding-system-internal nil) |
| 1396 | 1396 | ||
| 1397 | (setq nonascii-translation-table nil | 1397 | (setq nonascii-translation-table nil |
| 1398 | nonascii-insert-offset 0)) | 1398 | nonascii-insert-offset 0)) |