diff lisp/wid-edit.el @ 325:f2b5d7006b0a r21-0-60

Import from CVS: tag r21-0-60
author cvs
date Mon, 13 Aug 2007 10:47:35 +0200
parents 19dcec799385
children 8429d81ab209
line wrap: on
line diff
--- a/lisp/wid-edit.el	Mon Aug 13 10:47:10 2007 +0200
+++ b/lisp/wid-edit.el	Mon Aug 13 10:47:35 2007 +0200
@@ -302,6 +302,7 @@
     (and (functionp help-echo)
 	 (setq help-echo (funcall help-echo widget)))
     (when (stringp help-echo)
+      (setq help-echo-owns-message t)
       (display-message 'help-echo help-echo))))
 
 (defsubst widget-handle-help-echo (extent help-echo)