Mercurial > hg > xemacs-beta
diff lisp/keydefs.el @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 41ff10fd062f |
children | 0e522484dd2a |
line wrap: on
line diff
--- a/lisp/keydefs.el Mon Aug 13 10:10:03 2007 +0200 +++ b/lisp/keydefs.el Mon Aug 13 10:10:54 2007 +0200 @@ -213,6 +213,8 @@ ;; Changed from C-x ESC so that function keys work following C-x. (define-key global-map "\C-x\e\e" 'repeat-complex-command) ;(define-key global-map "\C-x\e" 'repeat-complex-command) +;; From Emacs 20. +(define-key global-map "\C-x\M-:" 'repeat-complex-command) (define-key global-map "\C-xu" 'advertised-undo) ;; Many people are used to typing C-/ on X terminals and getting C-_. (define-key global-map '(control /) 'undo)