]> git.eshelyaron.com Git - emacs.git/commitdiff
* tooltip.el (tooltip-show-help-non-mode): Don't set
authorChong Yidong <cyd@stupidchicken.com>
Mon, 16 Mar 2009 02:42:33 +0000 (02:42 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 16 Mar 2009 02:42:33 +0000 (02:42 +0000)
tooltip-previous-message if called with the same tooltip that is
showing (Bug#2680).

lisp/ChangeLog

index 345e33e8f377936c1de966cd0c2b2c00c52b3c65..a795cd98ace2376b246c158c2dc6df89e4f3b8e8 100644 (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).