aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-17 22:41:26 +0000
committerRichard M. Stallman2001-11-17 22:41:26 +0000
commit843f91fdd35ba5398376751f0e89b08636f5dadf (patch)
treec8f33eac94271c59f552acc7715697a9c1d337eb
parentf4e25f94e79052cec557c895a912cefdc4c7a617 (diff)
downloademacs-843f91fdd35ba5398376751f0e89b08636f5dadf.tar.gz
emacs-843f91fdd35ba5398376751f0e89b08636f5dadf.zip
Comment change.
-rw-r--r--lisp/international/mule-cmds.el4
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))