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
03ffe8be
Commit
03ffe8be
authored
Mar 27, 2010
by
Chong Yidong
Browse files
* mail/sendmail.el (mail-default-directory): Doc fix.
parent
e73c2434
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+5
-3
No files found.
lisp/ChangeLog
View file @
03ffe8be
2010-03-28 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el (mail-default-directory): Doc fix.
2010-03-27 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el (mail-default-directory): Doc fix.
2010-03-27 Eli Zaretskii <eliz@gnu.org>
* subr.el (version-regexp-alist, version-to-list)
...
...
lisp/mail/sendmail.el
View file @
03ffe8be
...
...
@@ -417,9 +417,11 @@ and should insert whatever you want to insert."
;;;###autoload
(
defcustom
mail-default-directory
(
purecopy
"~/"
)
"Directory for mail buffers.
Value of `default-directory' for mail buffers.
This directory is used for auto-save files of mail buffers."
"Value of `default-directory' for Mail mode buffers.
This directory is used for auto-save files of Mail mode buffers.
Note that Message mode does not use this variable; it auto-saves
in `message-auto-save-directory'."
:type
'
(
directory
:tag
"Directory"
)
:group
'sendmail
:version
"22.1"
)
...
...
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