diff options
| -rw-r--r-- | lisp/gnus/spam.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index c9030f11ee3..bacad983c78 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el | |||
| @@ -2108,7 +2108,7 @@ See the Info node `(gnus)Fancy Mail Splitting' for more details." | |||
| 2108 | (defalias 'bbdb-gethash 'ignore) | 2108 | (defalias 'bbdb-gethash 'ignore) |
| 2109 | nil))) | 2109 | nil))) |
| 2110 | 2110 | ||
| 2111 | (eval-when-compile | 2111 | (eval-and-compile |
| 2112 | (when (featurep 'bbdb-com) | 2112 | (when (featurep 'bbdb-com) |
| 2113 | ;; when the BBDB changes, we want to clear out our cache | 2113 | ;; when the BBDB changes, we want to clear out our cache |
| 2114 | (defun spam-clear-cache-BBDB (&rest immaterial) | 2114 | (defun spam-clear-cache-BBDB (&rest immaterial) |