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
e6eddb0d
Commit
e6eddb0d
authored
Sep 06, 2008
by
Glenn Morris
Browse files
(pmail-spam-filter): Remove declaration of undefined function.
parent
8c1ded96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/pmail.el
lisp/mail/pmail.el
+1
-1
No files found.
lisp/mail/pmail.el
View file @
e6eddb0d
...
...
@@ -1445,7 +1445,7 @@ original copy."
;;;; *** Pmail input ***
(
declare-function
pmail-spam-filter
"pmail-spam-filter"
(
msg
))
;;;
(declare-function pmail-spam-filter "pmail-spam-filter" (msg))
(
declare-function
pmail-summary-goto-msg
"pmailsum"
(
&optional
n
nowarn
skip-pmail
))
(
declare-function
pmail-summary-mark-undeleted
"pmailsum"
(
n
))
(
declare-function
pmail-summary-mark-deleted
"pmailsum"
(
&optional
n
undel
))
...
...
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