diff options
| author | Chong Yidong | 2007-06-13 00:06:00 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-06-13 00:06:00 +0000 |
| commit | c6bd31a9b9089e69d58bf1b8e4465db41ed0a165 (patch) | |
| tree | 7e131c7ab34f4f0af093a8697e7bdbd0765fe61c /lisp/tutorial.el | |
| parent | e3af1e5d00b695917837b5ed4a7a07ba8160dbdf (diff) | |
| download | emacs-c6bd31a9b9089e69d58bf1b8e4465db41ed0a165.tar.gz emacs-c6bd31a9b9089e69d58bf1b8e4465db41ed0a165.zip | |
(tutorial--saved-dir): Use user-emacs-directory.
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 384b9b8415c..7c97579ab6e 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -623,8 +623,7 @@ with some explanatory links." | |||
| 623 | 623 | ||
| 624 | (defun tutorial--saved-dir () | 624 | (defun tutorial--saved-dir () |
| 625 | "Directory to which tutorials are saved." | 625 | "Directory to which tutorials are saved." |
| 626 | (expand-file-name "tutorial" | 626 | (expand-file-name "tutorial" user-emacs-directory)) |
| 627 | (if (eq system-type 'ms-dos) "~/_emacs.d/" "~/.emacs.d/"))) | ||
| 628 | 627 | ||
| 629 | (defun tutorial--saved-file () | 628 | (defun tutorial--saved-file () |
| 630 | "File name in which to save tutorials." | 629 | "File name in which to save tutorials." |