mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(tutorial--saved-dir): Use user-emacs-directory.
This commit is contained in:
parent
e3af1e5d00
commit
c6bd31a9b9
@ -623,8 +623,7 @@ with some explanatory links."
|
||||
|
||||
(defun tutorial--saved-dir ()
|
||||
"Directory to which tutorials are saved."
|
||||
(expand-file-name "tutorial"
|
||||
(if (eq system-type 'ms-dos) "~/_emacs.d/" "~/.emacs.d/")))
|
||||
(expand-file-name "tutorial" user-emacs-directory))
|
||||
|
||||
(defun tutorial--saved-file ()
|
||||
"File name in which to save tutorials."
|
||||
|
Loading…
Reference in New Issue
Block a user