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

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

[elpa] externals/gnorb 78fe298 426/449: [gnorb] Move location of gnorb-g


From: Stefan Monnier
Subject: [elpa] externals/gnorb 78fe298 426/449: [gnorb] Move location of gnorb-gnus-summary-mode-hook, bump to 1.6.1
Date: Fri, 27 Nov 2020 23:16:25 -0500 (EST)

branch: externals/gnorb
commit 78fe298e9338a1e84ea4eff09247490796fd4878
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    [gnorb] Move location of gnorb-gnus-summary-mode-hook, bump to 1.6.1
    
    * packages/gnorb/gnorb-gnus.el: Since I messed with Gnus modes, the
      `gnus-summary-mode-hook' no longer has access to the current
      newsgroup name. Move the hook to `gnus-summary-prepared-hook', which
      does.
    * packages/gnorb/gnorb.el: Bump and flush.
---
 gnorb-gnus.el | 2 +-
 gnorb.el      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index 07d61f6..a531002 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -941,7 +941,7 @@ error."
     (when (string-match-p "Gnorb" (cadr method))
       (gnorb-summary-minor-mode))))
 
-(add-hook 'gnus-summary-mode-hook #'gnorb-gnus-summary-mode-hook)
+(add-hook 'gnus-summary-prepared-hook #'gnorb-gnus-summary-mode-hook)
 
 ;;; Automatic noticing of relevant messages
 
diff --git a/gnorb.el b/gnorb.el
index 5a57185..a872377 100644
--- a/gnorb.el
+++ b/gnorb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2018  Free Software Foundation, Inc.
 
-;; Version: 1.6.0
+;; Version: 1.6.1
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>



reply via email to

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