gnus.texi (Face): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 10:12:25 +0000 (10:12 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 17 May 2011 10:12:25 +0000 (10:12 +0000)
gnus-group.el (gnus-import-other-newsrc-file): Use insert-file-contents.

lisp/ChangeLog
lisp/gnus-group.el
texi/ChangeLog
texi/gnus.texi

index 3c1d94c..a8d641e 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-17  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-group.el (gnus-import-other-newsrc-file):
+       Use insert-file-contents.
+
 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
index c265538..a21faa8 100644 (file)
@@ -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))))
index 0d0829a..b7986af 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-17  Glenn Morris  <rgm@gnu.org>
+
+       * gnus.texi (Face): Fix typo.
+
 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
 
        * gnus.texi (Summary Buffer Lines):
index b458ce6..1f09f75 100644 (file)
@@ -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)