]> git.eshelyaron.com Git - emacs.git/commit
Show error message when asking to match for nothing
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>
Thu, 19 Nov 2020 20:45:25 +0000 (21:45 +0100)
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 10:45:24 +0000 (11:45 +0100)
commit81ebe86d8deace5cc39979a42dcf062bdaa830c4
treebb73a4d5af49357af028a9baec07f01171108de6
parent09952ce43451b76a0f7839e35d033fbbfa078e31
Show error message when asking to match for nothing

* lisp/net/dictionary.el (dictionary-popup-matching-words): Show error
if neither the parameter nor the word at point are defined

This avoids an error later on when the nil value is used as string
within dictionary-encode-charset.
lisp/net/dictionary.el