branch: externals/gnorb
commit 5672545083b868aa8a9eb6fb1ddf5d9f81c33bc5
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
Gnorb: Typo
* packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-messages): Just an
incredibly stupid typo.
---
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 88b8327..ce60199 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -683,7 +683,7 @@ ephemeral one, with RET as the value of its quit-config."
(format
"nngnorb:%s"
(nth 1 (assoc 'nngnorb
- gnus-seconard-select-methods)))))
+ gnus-secondary-select-methods)))))
(dolist (s (append gnus-server-alist gnus-server-method-cache))
(when (eq 'nngnorb (cadr s))
(throw 'found (car s)))))
diff --git a/gnorb.el b/gnorb.el
index 9b23748..4abcfe9 100644
--- a/gnorb.el
+++ b/gnorb.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2014 Free Software Foundation, Inc.
-;; Version: 1.3.4
+;; Version: 1.3.5
;; Package-Requires: ((cl-lib "0.5"))
;; Maintainer: Eric Abrahamsen <[email protected]>