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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/flow-fill.el
Date: Mon, 20 Sep 2004 08:29:13 -0400

Index: emacs/lisp/gnus/flow-fill.el
diff -c emacs/lisp/gnus/flow-fill.el:1.6 emacs/lisp/gnus/flow-fill.el:1.7
*** emacs/lisp/gnus/flow-fill.el:1.6    Wed Sep  8 18:17:56 2004
--- emacs/lisp/gnus/flow-fill.el        Mon Sep 20 12:03:04 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."
+   :version "21.4"
    :group 'mime-display
    :type '(choice (const :tag "Standard `fill-column'" fill-column)
                 (const :tag "Fit Window" (- (window-width) 5))
***************
*** 66,71 ****
--- 67,73 ----
    "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."
+   :version "21.4"
    :group 'mime-display
    :type '(choice (const :tag "Standard fill-column" fill-column)
                 (const :tag "RFC 2646 default (66)" 66)




reply via email to

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