mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
New directory
This commit is contained in:
parent
4256310de6
commit
463f5630a5
1766 changed files with 6871 additions and 17422 deletions
|
|
@ -3485,11 +3485,11 @@ To use this type, you must define :match or :match-alternatives."
|
|||
(help-echo (and widget (widget-get widget :help-echo))))
|
||||
(if (functionp help-echo)
|
||||
(setq help-echo (funcall help-echo widget)))
|
||||
(if help-echo (message "%s" (eval help-echo)))))
|
||||
(if (stringp help-echo)
|
||||
(message "%s" help-echo))))
|
||||
|
||||
;;; The End:
|
||||
|
||||
(provide 'wid-edit)
|
||||
|
||||
;;; arch-tag: a076e75e-18a1-4b46-8be5-3f317bcbc707
|
||||
;;; wid-edit.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue