Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d3192c8f
Commit
d3192c8f
authored
Aug 27, 2009
by
Stefan Monnier
Browse files
(nnrss-request-article): Avoid default-fill-column.
parent
4e3b4528
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/nnrss.el
lisp/gnus/nnrss.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
d3192c8f
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.
...
...
lisp/gnus/nnrss.el
View file @
d3192c8f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment