diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:11:00 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:11:00 +0000 |
| commit | 5998e245eb64668bacace5ab720a8045c5a0e71d (patch) | |
| tree | 54a4b381c8d9d4eea7f9f3a91e10a0b0545c043f | |
| parent | 2df35c02bbccdc60eeba2c86949d36ebb6b96758 (diff) | |
| download | emacs-5998e245eb64668bacace5ab720a8045c5a0e71d.tar.gz | |
(gnus-original-article-buffer): Add defvar.
| -rw-r--r-- | lisp/gnus/spam-stat.el | 2 |
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 @@ ;;; Code: +(defvar gnus-original-article-buffer) + (defgroup spam-stat nil "Statistical spam detection for Emacs. Use the functions to build a dictionary of words and their statistical |
