# HG changeset patch # User Chong Yidong # Date 1148788727 0 # Node ID 947a5b1dd3b62469f053f3be936db6aee57ca7ee # Parent 613d5f4255bd9702be02912cd1c8c2c9c987305a * msb.el (mouse-select-buffer): Minor fix to make popup menu work with no X toolkit. diff -r 613d5f4255bd -r 947a5b1dd3b6 lisp/ChangeLog --- a/lisp/ChangeLog Sat May 27 22:45:48 2006 +0000 +++ b/lisp/ChangeLog Sun May 28 03:58:47 2006 +0000 @@ -1,3 +1,8 @@ +2006-05-27 Chong Yidong + + * msb.el (mouse-select-buffer): Minor fix to make popup menu work + with no X toolkit. + 2006-05-28 Nick Roberts * tumme.el (tumme-show-all-from-dir-max-files): Fix typo. diff -r 613d5f4255bd -r 947a5b1dd3b6 lisp/msb.el --- a/lisp/msb.el Sat May 27 22:45:48 2006 +0000 +++ b/lisp/msb.el Sun May 28 03:58:47 2006 +0000 @@ -1007,7 +1007,7 @@ (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))