From: Chong Yidong Date: Mon, 16 Mar 2009 02:42:33 +0000 (+0000) Subject: * tooltip.el (tooltip-show-help-non-mode): Don't set X-Git-Tag: emacs-pretest-23.0.92~171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17bc3e84b4cbeb34783ea445b72c2ef30110b6e9;p=emacs.git * tooltip.el (tooltip-show-help-non-mode): Don't set tooltip-previous-message if called with the same tooltip that is showing (Bug#2680). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 345e33e8f37..a795cd98ace 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2009-03-16 Chong Yidong + * 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).