aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-05-28 03:58:47 +0000
committerChong Yidong2006-05-28 03:58:47 +0000
commit122e29ded4b5a503639a00f643e9778a3bcaeffa (patch)
tree8ac70081a2d58bf12008730b9077b03b6f79362a
parentc907d53852f0df91ae434d8a7f52f8d11657c6d1 (diff)
downloademacs-122e29ded4b5a503639a00f643e9778a3bcaeffa.tar.gz
emacs-122e29ded4b5a503639a00f643e9778a3bcaeffa.zip
* msb.el (mouse-select-buffer): Minor fix to make popup menu work
with no X toolkit.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/msb.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a26ff639b93..8e2edd4f83f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-05-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
4 with no X toolkit.
5
12006-05-28 Nick Roberts <nickrob@snap.net.nz> 62006-05-28 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo. 8 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
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'."
1007 (mouse-select-buffer event)) 1007 (mouse-select-buffer event))
1008 ((and (numberp (car choice)) 1008 ((and (numberp (car choice))
1009 (null (cdr choice))) 1009 (null (cdr choice)))
1010 (let ((msb--last-buffer-menu (nthcdr 3 (assq (car choice) 1010 (let ((msb--last-buffer-menu (nthcdr 2 (assq (car choice)
1011 msb--last-buffer-menu)))) 1011 msb--last-buffer-menu))))
1012 (mouse-select-buffer event))) 1012 (mouse-select-buffer event)))
1013 ((while (numberp (car choice)) 1013 ((while (numberp (car choice))