Mercurial > hg > xemacs-beta
comparison lisp/keydefs.el @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 341dac730539 |
children | 6240c7796c7a |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
450 (define-key global-map ch 'keyboard-quit)) | 450 (define-key global-map ch 'keyboard-quit)) |
451 (define-key global-map "\e\e\e" 'keyboard-escape-quit) | 451 (define-key global-map "\e\e\e" 'keyboard-escape-quit) |
452 | 452 |
453 | 453 |
454 | 454 |
455 | |
456 | |
457 | |
455 (define-key global-map "\M-%" 'query-replace) | 458 (define-key global-map "\M-%" 'query-replace) |
456 | |
457 ;; FSF v20 binding | |
458 (define-key global-map [(control meta %)] 'query-replace-regexp) | |
459 | 459 |
460 | 460 |
461 ; autoloaded | 461 ; autoloaded |
462 ;(define-key global-map "\C-x4a" 'add-change-log-entry-other-window) | 462 ;(define-key global-map "\C-x4a" 'add-change-log-entry-other-window) |
463 | 463 |