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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/flow-fill.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:13:34 -0400

Index: emacs/lisp/gnus/flow-fill.el
diff -c emacs/lisp/gnus/flow-fill.el:1.3.6.2 
emacs/lisp/gnus/flow-fill.el:1.3.6.3
*** emacs/lisp/gnus/flow-fill.el:1.3.6.2        Thu Sep  9 09:36:25 2004
--- emacs/lisp/gnus/flow-fill.el        Tue Sep 21 09:34:08 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]