diff options
| author | Miles Bader | 2007-06-16 22:33:42 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-06-16 22:33:42 +0000 |
| commit | 262d5ce7c21d6c1136fd2b8df67736e41e8e8953 (patch) | |
| tree | 853a5d30babd0abd585ccbe7f4e228bf43a42d5c /lisp/tutorial.el | |
| parent | 5534694247d2b5259325ff43af0624aa2f8abb3e (diff) | |
| parent | af41f8a8d6660ad1fefad5bda69d1acb8e40b4d1 (diff) | |
| download | emacs-262d5ce7c21d6c1136fd2b8df67736e41e8e8953.tar.gz emacs-262d5ce7c21d6c1136fd2b8df67736e41e8e8953.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 793-802)
- Update from CVS
- Remove RCS keywords
- Merge from emacs--rel--22
* emacs--rel--22 (patch 42-50)
- Update from CVS
- Merge from gnus--rel--5.10
- Gnus ChangeLog tweaks
* gnus--rel--5.10 (patch 229-232)
- Merge from emacs--devo--0, emacs--rel--22
- ChangeLog tweak
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-23
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." |