(gnus-outlook-deuglify-unwrap-min)
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 18 Apr 2006 15:36:59 +0000 (15:36 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 18 Apr 2006 15:36:59 +0000 (15:36 +0000)
(gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
Remove autoloads.

lisp/ChangeLog
lisp/deuglify.el

index e7a6bf5..bd60356 100644 (file)
@@ -1,3 +1,9 @@
+2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * deuglify.el (gnus-outlook-deuglify-unwrap-min)
+       (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
+       Remove autoloads.
+
 2006-04-18  Simon Josefsson  <jas@extundo.com>
 
        * message.el (message-generate-hashcash): Default to.
index 5c303b5..8eb75ce 100644 (file)
   :version "22.1"
   :group 'gnus)
 
-;;;###autoload
 (defcustom gnus-outlook-deuglify-unwrap-min 45
   "Minimum length of the cited line above the (possibly) wrapped line."
   :version "22.1"
   :type 'integer
   :group 'gnus-outlook-deuglify)
 
-;;;###autoload
 (defcustom gnus-outlook-deuglify-unwrap-max 95
   "Maximum length of the cited line after unwrapping."
   :version "22.1"
   :type 'string
   :group 'gnus-outlook-deuglify)
 
-;;;###autoload
 (defcustom gnus-outlook-display-hook nil
   "A hook called after an deuglified article has been prepared.
 It is run after `gnus-article-prepare-hook'."