]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 e70d3b75dd2d716773c1cf2d4638420a3d58908e..85fe7c24d78fce951d6557744af6d43ceb9bc083 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)