comparison lisp/ChangeLog @ 102597:01843ba0d6af

* tooltip.el (tooltip-show-help-non-mode): Don't set tooltip-previous-message if called with the same tooltip that is showing (Bug#2680).
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 16 Mar 2009 02:42:33 +0000
parents 91e59cf19c07
children d1dfa47436ed
comparison
equal deleted inserted replaced
102596:580bf204da67 102597:01843ba0d6af
1 2009-03-16 Chong Yidong <cyd@stupidchicken.com> 1 2009-03-16 Chong Yidong <cyd@stupidchicken.com>
2
3 * tooltip.el (tooltip-show-help-non-mode): Don't set
4 tooltip-previous-message if called with the same tooltip that is
5 showing (Bug#2680).
2 6
3 * emacs-lisp/crm.el (crm--choose-completion-string): New function. 7 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
4 (completing-read-multiple): Set and restore 8 (completing-read-multiple): Set and restore
5 choose-completion-string-functions (Bug#1080). 9 choose-completion-string-functions (Bug#1080).
6 10