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

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

[elpa] externals/eev f3d33e3: Fixed an ugly error in rcirc.el.


From: ELPA Syncer
Subject: [elpa] externals/eev f3d33e3: Fixed an ugly error in rcirc.el.
Date: Fri, 22 Oct 2021 04:57:23 -0400 (EDT)

branch: externals/eev
commit f3d33e3d42e2fbe93e90096cc73a60ff7e244fb3
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>

    Fixed an ugly error in rcirc.el.
---
 ChangeLog    | 1 +
 VERSION      | 4 ++--
 eev-rcirc.el | 7 ++++---
 eev.el       | 2 +-
 4 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 143b774..8d372d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * eev-rcirc.el (find-freenode-links): deleted.
        (find-libera-links): new function.
+       (find-rcirc-buffer-2a, find-rcirc-buffer-3a): fixed the arglists.
 
        * eev-plinks.el (find-wget): use `ee-wget-program'.
 
diff --git a/VERSION b/VERSION
index 856957e..8af705d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Thu Oct 21 07:42:09 GMT 2021
-Thu Oct 21 04:42:09 -03 2021
+Fri Oct 22 08:15:08 GMT 2021
+Fri Oct 22 05:15:08 -03 2021
diff --git a/eev-rcirc.el b/eev-rcirc.el
index 9acfd97..9d47c3e 100644
--- a/eev-rcirc.el
+++ b/eev-rcirc.el
@@ -237,7 +237,9 @@ If CHANNEL is nil then switch to the server buffer."
 
 
 
+;; ;; «find-rcirc-buffer-2a» (to ".find-rcirc-buffer-2a")
 ;; 2021oct18: experimental.
+;;
 ;; rcirc.el was heavily changed between the commit 0034067 (dated
 ;; 2021sep03) and the commit 608b2ec (dated 2021sep04) - see:
 ;;
@@ -250,8 +252,8 @@ If CHANNEL is nil then switch to the server buffer."
 ;; don't work on the rcircs yet.
 
 (defun find-rcirc-buffer-2a
-  "This function is being rewritten. See the comments in the source code."
   (server ichannels &optional achannels channel &rest pos-spec-list)
+  "This function is being rewritten. See the comments in the source code."
   (ee-rcirc-connect-or-join server ichannels achannels channel)
   (find-2a
    nil
@@ -259,8 +261,8 @@ If CHANNEL is nil then switch to the server buffer."
 
 ;; 2021oct18: experimental.
 (defun find-rcirc-buffer-3a
-  "This function is being rewritten. See the comments in the source code."
   (server ichannels achannels channel &rest pos-spec-list)
+  "This function is being rewritten. See the comments in the source code."
   (ee-rcirc-connect-or-join server ichannels achannels channel)
   (find-3a
    nil
@@ -271,7 +273,6 @@ If CHANNEL is nil then switch to the server buffer."
 
 ;; 2021oct18: commented out.
 ;;
-;; ;; «find-rcirc-buffer-2a» (to ".find-rcirc-buffer-2a")
 ;; ;; Test: (find-rcirc-buffer-2a "irc.freenode.net" "#eev" nil "#libreboot")
 ;; (defun find-rcirc-buffer-2a
 ;;   (server ichannels &optional achannels channel &rest pos-spec-list)
diff --git a/eev.el b/eev.el
index d0e3c93..3210750 100644
--- a/eev.el
+++ b/eev.el
@@ -6,7 +6,7 @@
 ;; Package-Requires: ((emacs "24.4"))
 ;; Keywords: lisp e-scripts
 ;; URL: http://angg.twu.net/#eev
-;; Version: 20211021
+;; Version: 20211022
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



reply via email to

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