(ctl-x-map): Delete the C-x C-q binding for toggle-read-only.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 20:19:32 +0000 (20:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 20:19:32 +0000 (20:19 +0000)
lisp/files.el

index e70d3b7..85fe7c2 100644 (file)
@@ -3000,7 +3000,6 @@ With prefix arg, silently save all file-visiting buffers, then kill."
       (apply operation arguments))))
 \f
 (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)