]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/dictionary.el (dictionary-display-match-result): More fixes.
authorJuri Linkov <juri@linkov.net>
Sun, 3 Mar 2024 17:49:36 +0000 (19:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 5 Mar 2024 15:09:53 +0000 (16:09 +0100)
Remove 'dictionary-pre-buffer' that was moved to
'dictionary-new-matching' in the previous commit (bug#69312).

(cherry picked from commit db7b87867b3002d72444f06110e3625aa8de680e)

lisp/net/dictionary.el

index 6690021aedc0005556b1a70dbb6b39f05a0dd2c7..90e1fa046ce76aa72a3e023e45174505281806cf 100644 (file)
@@ -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")