summaryrefslogtreecommitdiff
path: root/lisp/gnus/deuglify.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2006-04-26 21:58:05 +0000
committerMiles Bader <miles@gnu.org>2006-04-26 21:58:05 +0000
commit0565caebd9a781b845722fe8ea191eea90b45bb8 (patch)
treedcfd1d6be2e726bd6ea29bdb2a119f398156c296 /lisp/gnus/deuglify.el
parent8570ce80826e511612edc65b659466503c176b58 (diff)
downloademacs-0565caebd9a781b845722fe8ea191eea90b45bb8.tar.gz
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 91-95) - Merge from emacs--devo--0 - Update from CVS
Diffstat (limited to 'lisp/gnus/deuglify.el')
-rw-r--r--lisp/gnus/deuglify.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/gnus/deuglify.el b/lisp/gnus/deuglify.el
index 4096324fdaa..404aebbd921 100644
--- a/lisp/gnus/deuglify.el
+++ b/lisp/gnus/deuglify.el
@@ -234,14 +234,12 @@
: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"
@@ -288,7 +286,6 @@
: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'."