aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorPaul Eggert2012-04-21 17:53:32 -0700
committerPaul Eggert2012-04-21 17:53:32 -0700
commitbbd347f5f7e99da1a559dad818b5fa8f59c0901e (patch)
tree77c1fc54c2240b08d2859109d18cac8812a8ffb1 /lisp/tutorial.el
parente4ecdc9c71af4199129d5dd2db1a32ff6b725fe4 (diff)
parent9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0 (diff)
downloademacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.tar.gz
emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.zip
Merge from trunk.
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el3
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