diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-10 14:42:03 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-10 14:42:03 +1100 |
commit | b444e664d0a0be2eefe243345579bb0ebd08b112 (patch) | |
tree | 1ff30ffec09fb0f4105e996b98ac24b3186c14a1 /lisp/gnus/gnus-topic.el | |
parent | f962e3cde2710f1514020f1ef35f214f7aa87967 (diff) | |
download | emacs-b444e664d0a0be2eefe243345579bb0ebd08b112.tar.gz |
Remove Gnus compat names for mouse bindings
* lisp/gnus/gnus-ems.el (gnus-widget-button-keymap): Remove.
(gnus-down-mouse-2): Remove.
(gnus-down-mouse-3): Remove.
Diffstat (limited to 'lisp/gnus/gnus-topic.el')
-rw-r--r-- | lisp/gnus/gnus-topic.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el index 35d0f3896e0..f1b3bd4c331 100644 --- a/lisp/gnus/gnus-topic.el +++ b/lisp/gnus/gnus-topic.el @@ -1065,7 +1065,7 @@ articles in the topic and its subtopics." [(meta tab)] gnus-topic-unindent "\C-i" gnus-topic-indent "\M-\C-i" gnus-topic-unindent - gnus-mouse-2 gnus-mouse-pick-topic) + [mouse-2] gnus-mouse-pick-topic) ;; Define a new submap. (gnus-define-keys (gnus-group-topic-map "T" gnus-group-mode-map) |