From: Juri Linkov Date: Sun, 3 Mar 2024 17:49:36 +0000 (+0200) Subject: * lisp/net/dictionary.el (dictionary-display-match-result): More fixes. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df556b706b67aaa9ebfbccbb08d55f646bb48106;p=emacs.git * lisp/net/dictionary.el (dictionary-display-match-result): More fixes. Remove 'dictionary-pre-buffer' that was moved to 'dictionary-new-matching' in the previous commit (bug#69312). (cherry picked from commit db7b87867b3002d72444f06110e3625aa8de680e) --- diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el index 6690021aedc..90e1fa046ce 100644 --- a/lisp/net/dictionary.el +++ b/lisp/net/dictionary.el @@ -1176,8 +1176,6 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"." (defun dictionary-display-match-result (reply) "Display the results in REPLY from a match operation." - (dictionary-pre-buffer) - (let ((number (nth 1 (dictionary-reply-list reply))) (list (dictionary-simple-split-string (dictionary-read-answer) "\n+"))) (insert number " matching word" (if (equal number "1") "" "s")