(nnrss-request-article): Avoid default-fill-column.

This commit is contained in:
Stefan Monnier 2009-08-27 05:19:42 +00:00
parent 4e3b4528ea
commit d3192c8fd7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
* nnrss.el (nnrss-request-article): Avoid default-fill-column.
2009-08-25 Glenn Morris <rgm@gnu.org>
* nnir.el (top-level): Don't require cl at run-time.

View file

@ -272,7 +272,7 @@ used to render text. If it is nil, text will simply be folded.")
(replace-match "\n")
(replace-match "\n\n")))
(unless (eobp)
(let ((fill-column default-fill-column)
(let ((fill-column (default-value 'fill-column))
(window (get-buffer-window nntp-server-buffer)))
(when window
(setq fill-column