summaryrefslogtreecommitdiff
path: root/dictionary.el
diff options
context:
space:
mode:
Diffstat (limited to 'dictionary.el')
-rw-r--r--dictionary.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/dictionary.el b/dictionary.el
index af98a88..7a0b580 100644
--- a/dictionary.el
+++ b/dictionary.el
@@ -938,12 +938,6 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
(error "Unknown server answer: %s" (dictionary-reply reply)))
(funcall function reply)))
-(defun dictionary-display-match-result (reply)
- "Display the results from the current matches."
- (dictionary-pre-buffer)
- (dictionary-display-only-match-result reply)
- (dictionary-post-buffer))
-
(defun dictionary-display-only-match-result (reply)
"Display the results from the current matches without the headers."