summaryrefslogtreecommitdiff
path: root/lisp/net/dictionary.el
diff options
context:
space:
mode:
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>2020-11-19 21:40:45 +0100
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>2020-12-14 11:45:24 +0100
commit09952ce43451b76a0f7839e35d033fbbfa078e31 (patch)
tree319deafaa30f867bab6788f94744b09fbf5aee29 /lisp/net/dictionary.el
parentcc5f2803785c5dc785f09a292313cf799e8d29bb (diff)
downloademacs-09952ce43451b76a0f7839e35d033fbbfa078e31.tar.gz
emacs-09952ce43451b76a0f7839e35d033fbbfa078e31.tar.bz2
emacs-09952ce43451b76a0f7839e35d033fbbfa078e31.zip
Removed useless check for popup-menu
* 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
Diffstat (limited to 'lisp/net/dictionary.el')
-rw-r--r--lisp/net/dictionary.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index 65ed7d2b1e2..12b11cb5111 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -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