Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cdbd069a
Commit
cdbd069a
authored
Dec 11, 2007
by
Glenn Morris
Browse files
Add declare-function compatibility definition.
(gnus-group-mark-article-read): Declare as a function.
parent
0f7cbeb9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/gnus/nnmaildir.el
lisp/gnus/nnmaildir.el
+6
-0
No files found.
lisp/gnus/nnmaildir.el
View file @
cdbd069a
...
...
@@ -61,6 +61,10 @@
)
]
;; For Emacs < 22.2.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
(
eval-and-compile
(
require
'nnheader
)
(
require
'gnus
)
...
...
@@ -1439,6 +1443,8 @@ by nnmaildir-request-article.")
(
defun
nnmaildir-active-number
(
gname
)
0
)
(
declare-function
gnus-group-mark-article-read
"gnus-group"
(
group
article
))
(
defun
nnmaildir-request-expire-articles
(
ranges
&optional
gname
server
force
)
(
let
((
no-force
(
not
force
))
(
group
(
nnmaildir--prepare
server
gname
))
...
...
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