EUDC: Handle nil BOB button label
* lisp/net/eudc-bob.el (eudc-bob-make-button): Do not throw error when label is nil.
This commit is contained in:
parent
f8aa771af3
commit
390b637eed
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ LABEL."
|
|||
(let (overlay
|
||||
(p (point))
|
||||
prop val)
|
||||
(insert label)
|
||||
(insert (or label ""))
|
||||
(put-text-property p (point) 'face 'bold)
|
||||
(setq overlay (make-overlay p (point)))
|
||||
(overlay-put overlay 'mouse-face 'highlight)
|
||||
|
|
Loading…
Add table
Reference in a new issue