Mercurial > hg > xemacs-beta
comparison lisp/keydefs.el @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 2c611d1463a6 |
children | 8efd647ea9ca |
comparison
equal
deleted
inserted
replaced
226:eea38c7ad7b4 | 227:0e522484dd2a |
---|---|
30 ;;; Commentary: | 30 ;;; Commentary: |
31 | 31 |
32 ;; This file is dumped with XEmacs | 32 ;; This file is dumped with XEmacs |
33 | 33 |
34 ;;; Code: | 34 ;;; Code: |
35 | |
36 (defgroup keyboard nil | |
37 "Input from the keyboard." | |
38 :group 'environment) | |
39 | |
35 | 40 |
36 ;; created by C code | 41 ;; created by C code |
37 (defvar global-map (current-global-map) "\ | 42 (defvar global-map (current-global-map) "\ |
38 Default global keymap mapping XEmacs keyboard input into commands. | 43 Default global keymap mapping XEmacs keyboard input into commands. |
39 The value is a keymap which is usually (but not necessarily) XEmacs's | 44 The value is a keymap which is usually (but not necessarily) XEmacs's |