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
84b5fcf6
Commit
84b5fcf6
authored
Oct 04, 2009
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
parent
d7896556
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/spam-stat.el
lisp/gnus/spam-stat.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
84b5fcf6
2009-10-04 Juanma Barranquero <lekktu@gmail.com>
* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2009-09-29 Juanma Barranquero <lekktu@gmail.com>
* spam-stat.el (spam-stat-load): Fix typo in message.
...
...
lisp/gnus/spam-stat.el
View file @
84b5fcf6
...
...
@@ -551,7 +551,7 @@ check the variable `spam-stat-score-data'."
;; Testing
(
defun
spam-stat-strip-xref
()
"Strip the
the
Xref header."
"Strip the Xref header."
(
save-restriction
(
mail-narrow-to-head
)
(
when
(
re-search-forward
"^Xref:.*\n"
nil
t
)
...
...
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