changeset 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 580bf204da67
children 38cce541a3bd
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Mar 16 00:44:02 2009 +0000
+++ b/lisp/ChangeLog	Mon Mar 16 02:42:33 2009 +0000
@@ -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).