branch: master commit 0775e8c12f66a193365716ca6415be36cf7388ef Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
Gnorb: Typo * packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-messages): Just an incredibly stupid typo. --- 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 88b8327..ce60199 100644 --- a/packages/gnorb/gnorb-gnus.el +++ b/packages/gnorb/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/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el index 066008c..9b79722 100644 --- a/packages/gnorb/gnorb.el +++ b/packages/gnorb/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 <e...@ericabrahamsen.net>