From: Lars Magne Ingebrigtsen Date: Sat, 5 Aug 2000 20:46:20 +0000 (+0000) Subject: * mm-view.el (mm-inline-text): Bind fill-column. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=1260d4bb6e27d7eef28c4393e5ac0f0f004fecaf;p=gnus * mm-view.el (mm-inline-text): Bind fill-column. * gnus-group.el (gnus-group-expire-articles-1): Return the list of un-expired articles. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eed89c3aa..8c499ec91 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2000-08-10 20:22:09 Lars Magne Ingebrigtsen + * mm-view.el (mm-inline-text): Bind fill-column. + * nnvirtual.el (nnvirtual-request-expire-articles): Return the list of unexpired articles. diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index 0f01825c3..fdb3df83b 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -3606,7 +3606,7 @@ and the second element is the address." (defun gnus-add-marked-articles (group type articles &optional info force) ;; Add ARTICLES of TYPE to the info of GROUP. - ;; If INFO is non-nil, use that info. If FORCE is non-nil, don't + ;; If INFO is non-nil, use that info. If FORCE is non-nil, don't ;; add, but replace marked articles of TYPE with ARTICLES. (let ((info (or info (gnus-get-info group))) marked m) diff --git a/lisp/mm-view.el b/lisp/mm-view.el index 6b21d71ad..45ed4d2a7 100644 --- a/lisp/mm-view.el +++ b/lisp/mm-view.el @@ -113,6 +113,9 @@ (save-window-excursion (save-restriction (let ((w3-strict-width width) + ;; Don't let w3 set the global version of + ;; this variable. + (fill-column fill-column) (url-standalone-mode t)) (condition-case var (w3-region (point-min) (point-max))