From: Richard M. Stallman Date: Tue, 26 Jun 2001 11:50:16 +0000 (+0000) Subject: (hs-minor-mode-map): Use mouse-2, not button-2, when binding X-Git-Tag: emacs-pretest-21.0.104~149 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=722da89bf4d463030dbcdc572a4a43c67d5f23f3;p=emacs.git (hs-minor-mode-map): Use mouse-2, not button-2, when binding hs-mouse-toggle-hiding. --- 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