(set-keyboard-coding-system): Set
authorGerd Moellmann <gerd@gnu.org>
Tue, 31 Jul 2001 09:50:56 +0000 (09:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 31 Jul 2001 09:50:56 +0000 (09:50 +0000)
keyboard-coding-system.

lisp/ChangeLog
lisp/international/mule.el

index 9c747b9..a80a5a0 100644 (file)
@@ -1,5 +1,8 @@
 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
 
+       * international/mule.el (set-keyboard-coding-system): Set
+       keyboard-coding-system.
+
        * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
        before accessing it.
 
index 5d86f69..5609d5b 100644 (file)
@@ -1136,6 +1136,7 @@ or by the previous use of this command."
   (if coding-system
       (setq default-keyboard-coding-system coding-system))
   (set-keyboard-coding-system-internal coding-system)
+  (setq keyboard-coding-system coding-system)
   (encoded-kbd-mode (if coding-system 1 0)))
 
 (defcustom keyboard-coding-system nil