aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-menu.el
diff options
context:
space:
mode:
authorDavid Aspinall2005-08-10 12:55:50 +0000
committerDavid Aspinall2005-08-10 12:55:50 +0000
commit2fea2ae9d2b79bda4df1046211a57dc1f2fb42d5 (patch)
treebf78e9e272fdb46d24b615bc30c1c1b8c6a753b1 /generic/proof-menu.el
parentca5256e22030b5575ae5b04bcc4598670b4d27f1 (diff)
Move some keybindings from script mode to universal keys
Diffstat (limited to 'generic/proof-menu.el')
-rw-r--r--generic/proof-menu.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index 56ce5208..03da8467 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -89,11 +89,11 @@ without adjusting window layout."
(define-key map [(control c) (control a)] (proof-ass keymap))
(define-key map [(control c) (control b)] 'proof-process-buffer)
;; C-c C-c is proof-interrupt-process in universal-keys
-(define-key map [(control c) (control f)] 'proof-find-theorems)
+;; C-c C-f is proof-find-theorems in universal-keys
(define-key map [(control c) (control h)] 'proof-help)
;; C-c C-l is proof-layout-windows in universal-keys
;; C-c C-n is proof-assert-next-command-interactive in universal-keys
-(define-key map [(control c) (control o)] 'proof-display-some-buffers)
+;; C-c C-o is proof-display-some-buffers in universal-keys
(define-key map [(control c) (control p)] 'proof-prf)
(define-key map [(control c) (control r)] 'proof-retract-buffer)
(define-key map [(control c) (control s)] 'proof-toggle-active-scripting)
@@ -103,7 +103,7 @@ without adjusting window layout."
(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
-(define-key map [(control c) (control ?.)] 'proof-goto-end-of-locked)
+; C-c C-. is proof-goto-end-of-locked in universal-keys
(define-key map [(control c) (control return)] 'proof-goto-point)
(define-key map [(control c) v] 'pg-toggle-visibility);; FIXME: FSF??
(cond ((string-match "XEmacs" emacs-version)