aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-06-26 11:50:16 +0000
committerRichard M. Stallman <[email protected]>2001-06-26 11:50:16 +0000
commit722da89bf4d463030dbcdc572a4a43c67d5f23f3 (patch)
tree1aad54ada3cde029d9e7d7bd8c7e2eb29fed605a
parentd9bad4870892ab97dc5350e68debb764f3426514 (diff)
(hs-minor-mode-map): Use mouse-2, not button-2, when binding
hs-mouse-toggle-hiding.
-rw-r--r--lisp/progmodes/hideshow.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el
index 397d3a69a4..b29df2828e 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