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
8db5f662
Commit
8db5f662
authored
Jul 04, 2011
by
Katsumi Yamaoka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nndraft.el: Require gnus-group.
(nndraft-request-list): Declare.
parent
396cec72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+3
-0
lisp/gnus/nndraft.el
lisp/gnus/nndraft.el
+7
-0
No files found.
lisp/gnus/ChangeLog
View file @
8db5f662
2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
* nndraft.el: Require gnus-group.
(nndraft-request-list): Declare.
* nndraft.el (nndraft-update-unread-articles): Don't show group having
no unread article unless it matches gnus-permanently-visible-groups.
...
...
lisp/gnus/nndraft.el
View file @
8db5f662
...
...
@@ -24,14 +24,21 @@
;;; Code:
;; For Emacs <22.2 and XEmacs.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
(
require
'nnheader
)
(
require
'nnmail
)
(
require
'gnus-start
)
(
require
'gnus-group
)
(
require
'nnmh
)
(
require
'nnoo
)
(
require
'mm-util
)
(
eval-when-compile
(
require
'cl
))
(
declare-function
nndraft-request-list
"nnmh"
(
&rest
args
))
(
nnoo-declare
nndraft
nnmh
)
...
...
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