changeset 38193:715aab816884

(hs-minor-mode-map): Use mouse-2, not button-2, when binding hs-mouse-toggle-hiding.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Jun 2001 11:50:16 +0000
parents c96885865dda
children a23820c19d03
files lisp/progmodes/hideshow.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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