emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master db7b87867b3: * lisp/net/dictionary.el (dictionary-display-match-r


From: Juri Linkov
Subject: master db7b87867b3: * lisp/net/dictionary.el (dictionary-display-match-result): More fixes.
Date: Sun, 3 Mar 2024 12:50:32 -0500 (EST)

branch: master
commit db7b87867b3002d72444f06110e3625aa8de680e
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * 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).
---
 lisp/net/dictionary.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index e9e6b1292b5..7967c650999 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]