Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
62363b21
Commit
62363b21
authored
Nov 17, 2002
by
ShengHuo ZHU
Browse files
* message.el (message-set-auto-save-file-name): Use
make-directory, to avoid the dependence on gnus-util.
parent
f60ae425
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/message.el
lisp/gnus/message.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
62363b21
2002-11-17 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-set-auto-save-file-name): Use
make-directory, to avoid the dependence on gnus-util.
2002-11-11 Markus Rost <rost@math.ohio-state.edu>
* gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
...
...
lisp/gnus/message.el
View file @
62363b21
...
...
@@ -3699,7 +3699,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
))
(
gnus-
make-directory message-auto-save-directory))
(
make-directory
message-auto-save-directory
t
))
(
if
(
gnus-alive-p
)
(
setq
message-draft-article
(
nndraft-request-associate-buffer
"drafts"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment