diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/wid-edit.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index ff65fb56e59..f1287e43e50 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el | |||
| @@ -3485,8 +3485,7 @@ To use this type, you must define :match or :match-alternatives." | |||
| 3485 | (help-echo (and widget (widget-get widget :help-echo)))) | 3485 | (help-echo (and widget (widget-get widget :help-echo)))) |
| 3486 | (if (functionp help-echo) | 3486 | (if (functionp help-echo) |
| 3487 | (setq help-echo (funcall help-echo widget))) | 3487 | (setq help-echo (funcall help-echo widget))) |
| 3488 | (if (stringp help-echo) | 3488 | (if help-echo (message "%s" (eval help-echo))))) |
| 3489 | (message "%s" help-echo)))) | ||
| 3490 | 3489 | ||
| 3491 | ;;; The End: | 3490 | ;;; The End: |
| 3492 | 3491 | ||