comparison lisp/prim/keydefs.el @ 18:d95e72db5c07 r19-15b92

Import from CVS: tag r19-15b92
author cvs
date Mon, 13 Aug 2007 08:49:43 +0200
parents 0293115a14e9
children 441bb1e64a06
comparison
equal deleted inserted replaced
17:4579af9d8826 18:d95e72db5c07
132 ;; New FSF19 bindings: C-x 5 as prefix for window commands 132 ;; New FSF19 bindings: C-x 5 as prefix for window commands
133 (define-key global-map "\C-x52" 'make-frame) 133 (define-key global-map "\C-x52" 'make-frame)
134 (define-key global-map "\C-x50" 'delete-frame) 134 (define-key global-map "\C-x50" 'delete-frame)
135 (define-key global-map "\C-x5o" 'other-frame) 135 (define-key global-map "\C-x5o" 'other-frame)
136 ;; XEmacs addition: 136 ;; XEmacs addition:
137 (define-key global-map "\C-x5m" 'mail-other-frame) 137 ;;(define-key global-map "\C-x5m" 'mail-other-frame)
138 138
139 ;; FSFmacs help.el 139 ;; FSFmacs help.el
140 140
141 (let ((ch help-char)) 141 (let ((ch help-char))
142 (if (or (characterp ch) (integerp ch)) 142 (if (or (characterp ch) (integerp ch))