]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-start.el
*** empty log message ***
[gnu-emacs] / lisp / gnus / gnus-start.el
index 4b3e1135440934e1004552e1fc12bbe373db64f7..6b06d40d3f2432732d553caaeac004f5207756c0 100644 (file)
@@ -2157,7 +2157,7 @@ If FORCE is non-nil, the .newsrc file is read."
              reads nil)
        (if (eolp)
            ;; If the line ends here, this is clearly a buggy line, so
-           ;; we put point a the beginning of line and let the cond
+           ;; we put point at the beginning of line and let the cond
            ;; below do the error handling.
            (beginning-of-line)
          ;; We skip to the beginning of the ranges.
@@ -2502,7 +2502,7 @@ If FORCE is non-nil, the .newsrc file is read."
   (save-excursion
     (set-buffer gnus-dribble-buffer)
     (let ((slave-name
-          (make-temp-name (concat gnus-current-startup-file "-slave-")))
+          (mm-make-temp-file (concat gnus-current-startup-file "-slave-")))
          (modes (ignore-errors
                   (file-modes (concat gnus-current-startup-file ".eld")))))
       (let ((coding-system-for-write gnus-ding-file-coding-system))