aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2002-08-27 12:46:21 +0000
committerDavid Aspinall2002-08-27 12:46:21 +0000
commit11f7e9bf12a045ee9a1b26158511f0095958718b (patch)
treeae5b68e95f36974d1680fb01ea22ad52a26eebff
parentc88b204cc2939f2642cea73218fbfc2b1fc87798 (diff)
Move C-c C-w to universal keys
-rw-r--r--generic/proof-menu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index 53b0e349..30612aff 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -68,7 +68,7 @@ If in three window or multiple frame mode, display both buffers."
(define-key map [(control c) (control s)] 'proof-toggle-active-scripting)
(define-key map [(control c) (control t)] 'proof-ctxt)
(define-key map [(control c) (control u)] 'proof-undo-last-successful-command)
-(define-key map [(control c) (control w)] 'pg-response-clear-displays)
+;; C-c C-w is pg-response-clear-displays in universal-keys
(define-key map [(control c) (control z)] 'proof-frob-locked-end)
(define-key map [(control c) (control backspace)] 'proof-undo-and-delete-last-successful-command)
; C-c C-v is proof-minibuffer-cmd in universal-keys