diff options
| author | Richard M. Stallman | 1997-06-18 20:19:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-18 20:19:32 +0000 |
| commit | b36c3da6229d4e1636703c75dc93b7ca86aecacd (patch) | |
| tree | 249de819c986a4a15e7bd787e4e4e30196bea67e | |
| parent | 2a9fe1e256b2295a5dab41fced60f3397ae846f4 (diff) | |
| download | emacs-b36c3da6229d4e1636703c75dc93b7ca86aecacd.tar.gz emacs-b36c3da6229d4e1636703c75dc93b7ca86aecacd.zip | |
(ctl-x-map): Delete the C-x C-q binding for toggle-read-only.
| -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) |