1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(ctl-x-map): Delete the C-x C-q binding for toggle-read-only.

This commit is contained in:
Richard M. Stallman 1997-06-18 20:19:32 +00:00
parent 2a9fe1e256
commit b36c3da622

View file

@ -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)