[gnus git] branch master updated: n0-17-44-gb01b9be =1= gnus.texi (Face): Fix typo. gnus-group.el (gnus-import-other-newsrc-file): Use insert-file-contents.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b01b9be76d30525eedfe7caf54cededcbbabe6cf (commit)
from 5fae237f9de60011b45ae21271329b556f4e5f08 (commit)
- Log -----------------------------------------------------------------
commit b01b9be76d30525eedfe7caf54cededcbbabe6cf
Author: Glenn Morris <[email protected]>
Date: Tue May 17 10:12:25 2011 +0000
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 3c1d94c..a8d641e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-17 Glenn Morris <[email protected]>
+
+ * gnus-group.el (gnus-import-other-newsrc-file):
+ Use insert-file-contents.
+
2011-05-16 Teodor Zlatanov <[email protected]>
* 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 c265538..a21faa8 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 0d0829a..b7986af 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-17 Glenn Morris <[email protected]>
+
+ * gnus.texi (Face): Fix typo.
+
2011-05-03 Peter Münster <[email protected]> (tiny change)
* gnus.texi (Summary Buffer Lines):
diff --git a/texi/gnus.texi b/texi/gnus.texi
index b458ce6..1f09f75 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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-group.el | 2 +-
texi/ChangeLog | 4 ++++
texi/gnus.texi | 2 +-
4 files changed, 11 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project