From 722da89bf4d463030dbcdc572a4a43c67d5f23f3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Jun 2001 11:50:16 +0000 Subject: [PATCH] (hs-minor-mode-map): Use mouse-2, not button-2, when binding hs-mouse-toggle-hiding. --- lisp/progmodes/hideshow.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 397d3a69a45..b29df2828e7 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -869,7 +869,7 @@ Key bindings: ["Show All" hs-show-all "\C-c@\C-\M-s"] ["Hide Level" hs-hide-level "\C-c@\C-l"] ["Toggle Hiding" hs-toggle-hiding "\C-c@\C-c"] - [nil hs-mouse-toggle-hiding [(shift button2)]] + [nil hs-mouse-toggle-hiding [(shift mouse-2)]] ))))) ;; some housekeeping -- 2.39.5