summaryrefslogtreecommitdiff
path: root/lisp/msb.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-05-28 03:58:47 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-05-28 03:58:47 +0000
commit122e29ded4b5a503639a00f643e9778a3bcaeffa (patch)
tree8ac70081a2d58bf12008730b9077b03b6f79362a /lisp/msb.el
parentc907d53852f0df91ae434d8a7f52f8d11657c6d1 (diff)
downloademacs-122e29ded4b5a503639a00f643e9778a3bcaeffa.tar.gz
* msb.el (mouse-select-buffer): Minor fix to make popup menu work
with no X toolkit.
Diffstat (limited to 'lisp/msb.el')
-rw-r--r--lisp/msb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/msb.el b/lisp/msb.el
index 61ddce5dae0..d5f32486971 100644
--- a/lisp/msb.el
+++ b/lisp/msb.el
@@ -1007,7 +1007,7 @@ variable `msb-menu-cond'."
(mouse-select-buffer event))
((and (numberp (car choice))
(null (cdr choice)))
- (let ((msb--last-buffer-menu (nthcdr 3 (assq (car choice)
+ (let ((msb--last-buffer-menu (nthcdr 2 (assq (car choice)
msb--last-buffer-menu))))
(mouse-select-buffer event)))
((while (numberp (car choice))