From: Glenn Morris Date: Tue, 17 May 2011 10:12:25 +0000 (+0000) Subject: gnus.texi (Face): Fix typo. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=b01b9be76d30525eedfe7caf54cededcbbabe6cf;p=gnus gnus.texi (Face): Fix typo. gnus-group.el (gnus-import-other-newsrc-file): Use insert-file-contents. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c1d94cc8..a8d641ea2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-05-17 Glenn Morris + + * gnus-group.el (gnus-import-other-newsrc-file): + Use insert-file-contents. + 2011-05-16 Teodor Zlatanov * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index c265538e1..a21faa8c9 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -4407,7 +4407,7 @@ and the second element is the address." ;; file. Use with caution, if at all. (defun gnus-import-other-newsrc-file (file) (with-temp-buffer - (insert-file file) + (insert-file-contents file) (let (form) (while (ignore-errors (setq form (read (current-buffer)))) diff --git a/texi/ChangeLog b/texi/ChangeLog index 0d0829a24..b7986aff1 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2011-05-17 Glenn Morris + + * gnus.texi (Face): Fix typo. + 2011-05-03 Peter Münster (tiny change) * gnus.texi (Summary Buffer Lines): diff --git a/texi/gnus.texi b/texi/gnus.texi index b458ce67d..1f09f75fd 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -23501,7 +23501,7 @@ specifications. The @code{gnus-face-properties-alist} variable affects the appearance of displayed Face images. @xref{X-Face}. -Viewing an @code{Face} header requires an Emacs that is able to display +Viewing a @code{Face} header requires an Emacs that is able to display PNG images. @c Maybe add this: @c (if (featurep 'xemacs)