emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/gnorb 4a845bd 116/449: Who knew there's actually a vers


From: Stefan Monnier
Subject: [elpa] externals/gnorb 4a845bd 116/449: Who knew there's actually a version= function?
Date: Fri, 27 Nov 2020 23:15:21 -0500 (EST)

branch: externals/gnorb
commit 4a845bdcb1b51ee224fc73c1349ecdbea817c324
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Who knew there's actually a version= function?
    
    lisp/gnorb-gnus.el: gnorb-gnus-search-messages
---
 lisp/gnorb-gnus.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/gnorb-gnus.el b/lisp/gnorb-gnus.el
index 8f177a3..696f511 100644
--- a/lisp/gnorb-gnus.el
+++ b/lisp/gnorb-gnus.el
@@ -461,10 +461,10 @@ work."
      ;; in 24.4, the group name is mostly decorative. in 24.3, the
      ;; actual query itself is embedded there. It should look like
      ;; (concat "nnir:" (prin1-to-string '((query str))))
-     (if (equal "5.13" gnus-version-number)
+     (if (version= "5.13" gnus-version-number)
         (concat "nnir:" (prin1-to-string `((query ,str))))
        (concat "gnorb-" str))
-     (if (equal "5.13" gnus-version-number)
+     (if (version= "5.13" gnus-version-number)
         (list 'nnir nnir-address)
        (list 'nnir "nnir"))
      nil



reply via email to

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