Mercurial > emacs
changeset 18317:435e940cf31e
(ctl-x-map): Delete the C-x C-q binding for toggle-read-only.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 18 Jun 1997 20:19:32 +0000 |
parents | 1058f8684eca |
children | e3a032578eb3 |
files | lisp/files.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Wed Jun 18 17:24:59 1997 +0000 +++ b/lisp/files.el Wed Jun 18 20:19:32 1997 +0000 @@ -3000,7 +3000,6 @@ (apply operation arguments)))) (define-key ctl-x-map "\C-f" 'find-file) -(define-key ctl-x-map "\C-q" 'toggle-read-only) (define-key ctl-x-map "\C-r" 'find-file-read-only) (define-key ctl-x-map "\C-v" 'find-alternate-file) (define-key ctl-x-map "\C-s" 'save-buffer)