]> git.eshelyaron.com Git - emacs.git/commitdiff
(hs-minor-mode-map): Use mouse-2, not button-2, when binding
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Jun 2001 11:50:16 +0000 (11:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Jun 2001 11:50:16 +0000 (11:50 +0000)
hs-mouse-toggle-hiding.

lisp/progmodes/hideshow.el

index 397d3a69a45892062cc19379b995678903500436..b29df2828e759cdfb2c8ce451ef329f1a5809e65 100644 (file)
@@ -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