aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-01 16:12:57 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-01 16:12:57 +0000
commit4d57f56ce6ae656889beffb1f12d98a1fd6154fe (patch)
tree86e30401bae3dba7432d8bff7fb9ac38d880a449
parentcb53bd815daffc15200c1e5401ea59a61a25860a (diff)
proof-universal-keys: Add binding for pg-identifier-under-mouse-query.
-rw-r--r--generic/pg-vars.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/pg-vars.el b/generic/pg-vars.el
index 7ce99d8c..36f7f6d6 100644
--- a/generic/pg-vars.el
+++ b/generic/pg-vars.el
@@ -268,7 +268,8 @@ Internal variable dynamically bound.")
([(control c) (control w)] . pg-response-clear-displays)
([(control c) (control ?.)] . proof-goto-end-of-locked)
([(control c) (control f)] . proof-find-theorems)
- ([(control c) (control o)] . proof-display-some-buffers))
+ ([(control c) (control o)] . proof-display-some-buffers)
+ ([C-M-mouse-1] . pg-identifier-under-mouse-query)) ; holes overrides this
"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."