aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2014-11-09 00:48:34 +0000
committerKatsumi Yamaoka2014-11-09 00:48:34 +0000
commit90a1373b4c8e3f646b2b75cb4a12126cd361faa0 (patch)
tree7ecf1560d8abae4b2febca73c3323d5fd2f359db
parent6f443e47ac2ac9f8b44834efc6af4c9eb6ac226f (diff)
downloademacs-90a1373b4c8e3f646b2b75cb4a12126cd361faa0.tar.gz
emacs-90a1373b4c8e3f646b2b75cb4a12126cd361faa0.zip
lisp/gnus/gnus-start.el (gnus-activate-group): Fix typo reported by Tim Landscheidt
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-start.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index cc38aabeec7..f0126a26c91 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12014-11-07 Tassilo Horn <tsdh@gnu.org>
2
3 * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
4 Landscheidt.
5
12014-10-29 Paul Eggert <eggert@cs.ucla.edu> 62014-10-29 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Simplify use of current-time and friends. 8 Simplify use of current-time and friends.
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el
index 5b734d0ae77..70d0a2826b8 100644
--- a/lisp/gnus/gnus-start.el
+++ b/lisp/gnus/gnus-start.el
@@ -1475,7 +1475,7 @@ newsgroup."
1475 "Check whether a group has been activated or not. 1475 "Check whether a group has been activated or not.
1476If SCAN, request a scan of that group as well. If METHOD, use 1476If SCAN, request a scan of that group as well. If METHOD, use
1477that select method instead of determining the method based on the 1477that select method instead of determining the method based on the
1478group name. If DONT-CHECK, don't check check whether the group 1478group name. If DONT-CHECK, don't check whether the group
1479actually exists. If DONT-SUB-CHECK or DONT-CHECK, don't let the 1479actually exists. If DONT-SUB-CHECK or DONT-CHECK, don't let the
1480backend check whether the group actually exists." 1480backend check whether the group actually exists."
1481 (let ((method (or method (inline (gnus-find-method-for-group group)))) 1481 (let ((method (or method (inline (gnus-find-method-for-group group))))