diff options
| -rw-r--r-- | lisp/files.el | 1 |
1 files changed, 0 insertions, 1 deletions
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." | |||
| 3000 | (apply operation arguments)))) | 3000 | (apply operation arguments)))) |
| 3001 | 3001 | ||
| 3002 | (define-key ctl-x-map "\C-f" 'find-file) | 3002 | (define-key ctl-x-map "\C-f" 'find-file) |
| 3003 | (define-key ctl-x-map "\C-q" 'toggle-read-only) | ||
| 3004 | (define-key ctl-x-map "\C-r" 'find-file-read-only) | 3003 | (define-key ctl-x-map "\C-r" 'find-file-read-only) |
| 3005 | (define-key ctl-x-map "\C-v" 'find-alternate-file) | 3004 | (define-key ctl-x-map "\C-v" 'find-alternate-file) |
| 3006 | (define-key ctl-x-map "\C-s" 'save-buffer) | 3005 | (define-key ctl-x-map "\C-s" 'save-buffer) |