comparison lisp/international/encoded-kb.el @ 61280:00b61538c205

(encoded-kbd-mode): Specify :group.
author Lute Kamstra <lute@gnu.org>
date Mon, 04 Apr 2005 09:15:05 +0000
parents fa3ef0f9b02e
children c36561fe0657 02f1dbc4a199
comparison
equal deleted inserted replaced
61279:e745823be4f7 61280:00b61538c205
267 automatically. 267 automatically.
268 268
269 In Encoded-kbd mode, a text sent from keyboard is accepted 269 In Encoded-kbd mode, a text sent from keyboard is accepted
270 as a multilingual text encoded in a coding system set by 270 as a multilingual text encoded in a coding system set by
271 \\[set-keyboard-coding-system]." 271 \\[set-keyboard-coding-system]."
272 :global t 272 :global t :group 'keyboard :group 'mule
273 273
274 (if encoded-kbd-mode 274 (if encoded-kbd-mode
275 ;; We are turning on Encoded-kbd mode. 275 ;; We are turning on Encoded-kbd mode.
276 (let ((coding (keyboard-coding-system)) 276 (let ((coding (keyboard-coding-system))
277 result) 277 result)