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

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

[elpa] master c0c44c3: [gnorb] Move location of gnorb-gnus-summary-mode-


From: Eric Abrahamsen
Subject: [elpa] master c0c44c3: [gnorb] Move location of gnorb-gnus-summary-mode-hook, bump to 1.6.1
Date: Tue, 27 Nov 2018 15:34:27 -0500 (EST)

branch: master
commit c0c44c3c0ded215e5bc60da74e2aaa090a35617b
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    [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.
---
 packages/gnorb/gnorb-gnus.el | 2 +-
 packages/gnorb/gnorb.el      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/gnorb/gnorb-gnus.el b/packages/gnorb/gnorb-gnus.el
index 07d61f6..a531002 100644
--- a/packages/gnorb/gnorb-gnus.el
+++ b/packages/gnorb/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/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index bd0f0b9..6bf9665 100644
--- a/packages/gnorb/gnorb.el
+++ b/packages/gnorb/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 <address@hidden>



reply via email to

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