]> git.eshelyaron.com Git - emacs.git/commitdiff
Removed useless check for popup-menu
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>
Thu, 19 Nov 2020 20:40:45 +0000 (21:40 +0100)
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 10:45:24 +0000 (11:45 +0100)
* lisp/net/dictionary.el (dictionary-popup-matching-words): No need to
check for popup-menu, the code is part of Emacs now and the function
should always be there

lisp/net/dictionary.el

index 65ed7d2b1e2a38fe29d0bdf14d77be356455842e..12b11cb5111dac849dab8873394f04f55b630252 100644 (file)
@@ -1179,8 +1179,6 @@ It presents the word at point as default input and allows editing it."
 (defun dictionary-popup-matching-words (&optional word)
   "Display entries matching the word at the point"
   (interactive)
-  (unless (functionp 'popup-menu)
-    (error "Sorry, popup menus are not available in this emacs version"))
   (dictionary-do-matching (or word (current-word))
                          dictionary-default-dictionary
                          dictionary-default-popup-strategy