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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/flow-fill.el [lexbind]
Date: Wed, 06 Oct 2004 01:45:32 -0400

Index: emacs/lisp/gnus/flow-fill.el
diff -c emacs/lisp/gnus/flow-fill.el:1.2.18.3 
emacs/lisp/gnus/flow-fill.el:1.2.18.4
*** emacs/lisp/gnus/flow-fill.el:1.2.18.3       Thu Sep 16 00:12:15 2004
--- emacs/lisp/gnus/flow-fill.el        Wed Oct  6 05:21:53 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]