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:
parent
2a9fe1e256
commit
b36c3da622
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue