Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
90a1373b
Commit
90a1373b
authored
Nov 09, 2014
by
Tassilo Horn
Committed by
Katsumi Yamaoka
Nov 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lisp/gnus/gnus-start.el (gnus-activate-group): Fix typo reported by Tim Landscheidt
parent
6f443e47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/gnus-start.el
lisp/gnus/gnus-start.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
90a1373b
2014-11-07 Tassilo Horn <tsdh@gnu.org>
* gnus-start.el (gnus-activate-group): Fix typo reported by Tim
Landscheidt.
2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
Simplify use of current-time and friends.
...
...
lisp/gnus/gnus-start.el
View file @
90a1373b
...
...
@@ -1475,7 +1475,7 @@ newsgroup."
"Check whether a group has been activated or not.
If SCAN, request a scan of that group as well. If METHOD, use
that select method instead of determining the method based on the
group name. If DONT-CHECK, don't check
check
whether the group
group name. If DONT-CHECK, don't check whether the group
actually exists. If DONT-SUB-CHECK or DONT-CHECK, don't let the
backend check whether the group actually exists."
(
let
((
method
(
or
method
(
inline
(
gnus-find-method-for-group
group
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment