emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/flow-fill.el


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/flow-fill.el
Date: Thu, 09 Sep 2004 08:22:01 -0400

Index: emacs/lisp/gnus/flow-fill.el
diff -c emacs/lisp/gnus/flow-fill.el:1.5 emacs/lisp/gnus/flow-fill.el:1.6
*** emacs/lisp/gnus/flow-fill.el:1.5    Sat Sep  4 13:13:43 2004
--- emacs/lisp/gnus/flow-fill.el        Wed Sep  8 18:17:56 2004
***************
*** 56,61 ****
--- 56,62 ----
  (defcustom fill-flowed-display-column 'fill-column
    "Column beyond which format=flowed lines are wrapped, when displayed.
  This can be a Lisp expression or an integer."
+   :group 'mime-display
    :type '(choice (const :tag "Standard `fill-column'" fill-column)
                 (const :tag "Fit Window" (- (window-width) 5))
                 (sexp)
***************
*** 65,70 ****
--- 66,72 ----
    "Column beyond which format=flowed lines are wrapped, in outgoing messages.
  This can be a Lisp expression or an integer.
  RFC 2646 suggests 66 characters for readability."
+   :group 'mime-display
    :type '(choice (const :tag "Standard fill-column" fill-column)
                 (const :tag "RFC 2646 default (66)" 66)
                 (sexp)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]