aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-vars.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-04 13:35:52 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-04 13:35:52 +0000
commitf22d7ba32d2ff50c42650f2f3ee827db78df78de (patch)
tree98e48781acbdd7b5115fa7ac2a0ebc2d7aca06aa /generic/pg-vars.el
parent55ba3f1b0ed77dde5265cfebb3388c9d79d5a311 (diff)
Move mouse button bindings to avoid clashes (patch from Trac #365, Erik Martin-Dorel)
Diffstat (limited to 'generic/pg-vars.el')
-rw-r--r--generic/pg-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/pg-vars.el b/generic/pg-vars.el
index 36f7f6d6..45040c94 100644
--- a/generic/pg-vars.el
+++ b/generic/pg-vars.el
@@ -269,7 +269,7 @@ Internal variable dynamically bound.")
([(control c) (control ?.)] . proof-goto-end-of-locked)
([(control c) (control f)] . proof-find-theorems)
([(control c) (control o)] . proof-display-some-buffers)
- ([C-M-mouse-1] . pg-identifier-under-mouse-query)) ; holes overrides this
+ ([(control shift mouse-1)] . pg-identifier-under-mouse-query))
"List of key bindings made for all proof general buffers.
Elements of the list are tuples `(k . f)'
where `k' is a key binding (vector) and `f' the designated function."