# HG changeset patch # User Richard M. Stallman # Date 993556216 0 # Node ID 715aab816884d82895a31307848798de9d23cd67 # Parent c96885865dda19b97b0b848eaee95fa5a9927f08 (hs-minor-mode-map): Use mouse-2, not button-2, when binding hs-mouse-toggle-hiding. diff -r c96885865dda -r 715aab816884 lisp/progmodes/hideshow.el --- a/lisp/progmodes/hideshow.el Tue Jun 26 10:35:01 2001 +0000 +++ b/lisp/progmodes/hideshow.el Tue Jun 26 11:50:16 2001 +0000 @@ -869,7 +869,7 @@ ["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