diff options
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/pg-vars.el | 3 |
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." |
