branch: externals/gnorb
commit 78fe298e9338a1e84ea4eff09247490796fd4878
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
[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 <[email protected]>