From f22d7ba32d2ff50c42650f2f3ee827db78df78de Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 4 Oct 2010 13:35:52 +0000 Subject: Move mouse button bindings to avoid clashes (patch from Trac #365, Erik Martin-Dorel) --- generic/pg-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/pg-vars.el') 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." -- cgit v1.2.3