aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-31 13:11:00 +0000
committerJuanma Barranquero2005-08-31 13:11:00 +0000
commit5998e245eb64668bacace5ab720a8045c5a0e71d (patch)
tree54a4b381c8d9d4eea7f9f3a91e10a0b0545c043f
parent2df35c02bbccdc60eeba2c86949d36ebb6b96758 (diff)
downloademacs-5998e245eb64668bacace5ab720a8045c5a0e71d.tar.gz
emacs-5998e245eb64668bacace5ab720a8045c5a0e71d.zip
(gnus-original-article-buffer): Add defvar.
-rw-r--r--lisp/gnus/spam-stat.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el
index 436e7cc5fc7..c8870454be8 100644
--- a/lisp/gnus/spam-stat.el
+++ b/lisp/gnus/spam-stat.el
@@ -123,6 +123,8 @@
123 123
124;;; Code: 124;;; Code:
125 125
126(defvar gnus-original-article-buffer)
127
126(defgroup spam-stat nil 128(defgroup spam-stat nil
127 "Statistical spam detection for Emacs. 129 "Statistical spam detection for Emacs.
128Use the functions to build a dictionary of words and their statistical 130Use the functions to build a dictionary of words and their statistical