emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 94c247d: ; Oops, fix up last commit


From: Amin Bandali
Subject: emacs-28 94c247d: ; Oops, fix up last commit
Date: Fri, 1 Oct 2021 01:33:29 -0400 (EDT)

branch: emacs-28
commit 94c247d65978c204c51c829e6b03b651d5bbd454
Author: Amin Bandali <bandali@gnu.org>
Commit: Amin Bandali <bandali@gnu.org>

    ; Oops, fix up last commit
---
 lisp/erc/erc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index a57c332..c4077d4 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -3311,7 +3311,7 @@ Specifying the server is useful for getting the time the 
user has
 been idle for, when the user is connected to a different server
 on the same IRC network.  (Only the server a user is connected to
 knows how long the user has been idle for.)"
-  (let ((send (if nick-if-server
+  (let ((send (if second
                   (format "WHOIS %s %s" first second)
                 (format "WHOIS %s" first))))
     (erc-log (format "cmd: %s" send))



reply via email to

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