summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideshow.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-06-26 11:50:16 +0000
committerRichard M. Stallman <rms@gnu.org>2001-06-26 11:50:16 +0000
commit8665db7a26bdfff33d3bd67e306eac19e83e76f2 (patch)
treeb5981dc3677846396736673aae8b24d8cbef0cb4 /lisp/progmodes/hideshow.el
parentd83ada9d77b637a7732fb2ddb3d4fbd0617eb6c5 (diff)
downloademacs-8665db7a26bdfff33d3bd67e306eac19e83e76f2.tar.gz
(hs-minor-mode-map): Use mouse-2, not button-2, when binding
hs-mouse-toggle-hiding.
Diffstat (limited to 'lisp/progmodes/hideshow.el')
-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 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