* tooltip.el (tooltip-show-help-non-mode): Don't set

tooltip-previous-message if called with the same tooltip that is
showing (Bug#2680).
This commit is contained in:
Chong Yidong 2009-03-16 02:42:33 +00:00
parent abb3c752e2
commit 17bc3e84b4

View file

@ -1,5 +1,9 @@
2009-03-16 Chong Yidong <cyd@stupidchicken.com>
* tooltip.el (tooltip-show-help-non-mode): Don't set
tooltip-previous-message if called with the same tooltip that is
showing (Bug#2680).
* emacs-lisp/crm.el (crm--choose-completion-string): New function.
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).