diff options
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 b512700f5b9..e0e2a82fab9 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -585,7 +585,6 @@ with some explanatory links." | |||
| 585 | (not (get-text-property (match-beginning 1) 'tutorial-remark)) | 585 | (not (get-text-property (match-beginning 1) 'tutorial-remark)) |
| 586 | (let* ((desc (car changed-key)) | 586 | (let* ((desc (car changed-key)) |
| 587 | (ck (cdr changed-key)) | 587 | (ck (cdr changed-key)) |
| 588 | (key (nth 0 ck)) | ||
| 589 | (def-fun (nth 1 ck)) | 588 | (def-fun (nth 1 ck)) |
| 590 | (where (nth 3 ck)) | 589 | (where (nth 3 ck)) |
| 591 | s1 s2 help-string) | 590 | s1 s2 help-string) |
| @@ -724,7 +723,7 @@ See `tutorial--save-tutorial' for more information." | |||
| 724 | saved-file | 723 | saved-file |
| 725 | (error-message-string err)))) | 724 | (error-message-string err)))) |
| 726 | ;; An error is raised here?? Is this a bug? | 725 | ;; An error is raised here?? Is this a bug? |
| 727 | (condition-case err | 726 | (condition-case nil |
| 728 | (undo-only) | 727 | (undo-only) |
| 729 | (error nil)) | 728 | (error nil)) |
| 730 | ;; Restore point | 729 | ;; Restore point |