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:
parent
c541eb9a39
commit
ca34e23b17
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue