diff options
Diffstat (limited to 'lisp/gnuspost.el')
-rw-r--r-- | lisp/gnuspost.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnuspost.el b/lisp/gnuspost.el index d40982d1def..9538aeaea91 100644 --- a/lisp/gnuspost.el +++ b/lisp/gnuspost.el @@ -20,7 +20,6 @@ ;; file named COPYING. Among other things, the copyright notice ;; and this notice must be preserved on all copies. -(provide 'gnuspost) (require 'gnus) (defvar gnus-organization-file "/usr/lib/news/organization" @@ -670,3 +669,5 @@ containing the organization." ))) (t organization)) )) + +(provide 'gnuspost) |