Mercurial > hg > xemacs-beta
comparison lisp/prim/keydefs.el @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | cf808b4c4290 |
children | 585fb297b004 |
comparison
equal
deleted
inserted
replaced
135:4636a6841cd6 | 136:b980b6286996 |
---|---|
165 (define-key global-map "\M-\C-s" 'isearch-forward-regexp) | 165 (define-key global-map "\M-\C-s" 'isearch-forward-regexp) |
166 (define-key global-map "\M-\C-r" 'isearch-backward-regexp) | 166 (define-key global-map "\M-\C-r" 'isearch-backward-regexp) |
167 | 167 |
168 ;; FSFmacs keyboard.c | 168 ;; FSFmacs keyboard.c |
169 | 169 |
170 (define-key global-map "\C-z" 'suspend-or-iconify-emacs) | 170 (define-key global-map "\C-z" 'suspend-emacs-or-iconify-frame) |
171 (define-key global-map "\C-x\C-z" 'suspend-or-iconify-emacs) | 171 (define-key global-map "\C-x\C-z" 'suspend-or-iconify-emacs) |
172 | 172 |
173 ;; FSFmacs loaddefs.el | 173 ;; FSFmacs loaddefs.el |
174 | 174 |
175 ;; New FSF19 bindings: C-x n as a prefix for narrowing commands. | 175 ;; New FSF19 bindings: C-x n as a prefix for narrowing commands. |