diff options
| author | Miles Bader | 2007-08-27 09:21:49 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-27 09:21:49 +0000 |
| commit | 62fb5e25f4a4c7da6fe6a06569b22a27998ae6bf (patch) | |
| tree | 9e21647ad3ab0f43ea02d372adc4cfa9947e5309 /lisp/tutorial.el | |
| parent | 9005667b3381a785759a996e00fb1acfd126eecc (diff) | |
| parent | 83cc8d356afe3bfd68da74b822549e02047ed041 (diff) | |
| download | emacs-62fb5e25f4a4c7da6fe6a06569b22a27998ae6bf.tar.gz emacs-62fb5e25f4a4c7da6fe6a06569b22a27998ae6bf.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 857-862)
- Update from CVS
- Merge from emacs--rel--22
- Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-38
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index df71ea9fb9a..841facff69c 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -847,7 +847,7 @@ Run the Viper tutorial? ")) | |||
| 847 | (delete-region (point-min) (point)) | 847 | (delete-region (point-min) (point)) |
| 848 | (goto-char tutorial--point-before-chkeys) | 848 | (goto-char tutorial--point-before-chkeys) |
| 849 | (setq tutorial--point-before-chkeys (point-marker))) | 849 | (setq tutorial--point-before-chkeys (point-marker))) |
| 850 | (insert-file-contents (expand-file-name filename data-directory)) | 850 | (insert-file-contents (expand-file-name filename tutorial-directory)) |
| 851 | (forward-line) | 851 | (forward-line) |
| 852 | (setq tutorial--point-before-chkeys (point-marker))) | 852 | (setq tutorial--point-before-chkeys (point-marker))) |
| 853 | 853 | ||