From: Richard M. Stallman Date: Wed, 18 Jun 1997 20:19:32 +0000 (+0000) Subject: (ctl-x-map): Delete the C-x C-q binding for toggle-read-only. X-Git-Tag: emacs-20.1~1629 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b36c3da6229d4e1636703c75dc93b7ca86aecacd;p=emacs.git (ctl-x-map): Delete the C-x C-q binding for toggle-read-only. --- diff --git a/lisp/files.el b/lisp/files.el index e70d3b75dd2..85fe7c24d78 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3000,7 +3000,6 @@ With prefix arg, silently save all file-visiting buffers, then kill." (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)