1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(message-set-auto-save-file-name): Use gnus-make-directory.

This commit is contained in:
Dave Love 2000-11-30 17:09:44 +00:00
parent c541eb9a39
commit ca34e23b17

View file

@ -3622,7 +3622,7 @@ than 988 characters long, and if they are not, trim them until they are."
(when message-auto-save-directory
(unless (file-directory-p
(directory-file-name message-auto-save-directory))
(make-directory message-auto-save-directory))
(gnus-make-directory message-auto-save-directory))
(if (gnus-alive-p)
(setq message-draft-article
(nndraft-request-associate-buffer "drafts"))