diff options
| -rw-r--r-- | lisp/textmodes/picture.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 25adad552a2..622269bec1b 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -533,7 +533,8 @@ they are not defaultly assigned to keys." | |||
| 533 | (make-local-variable 'picture-vertical-step) | 533 | (make-local-variable 'picture-vertical-step) |
| 534 | (make-local-variable 'picture-horizontal-step) | 534 | (make-local-variable 'picture-horizontal-step) |
| 535 | (picture-set-motion 0 1) | 535 | (picture-set-motion 0 1) |
| 536 | (run-hooks 'edit-picture-hook) | 536 | ;; edit-picture-hook is what we used to run, picture-mode-hook is in doc. |
| 537 | (run-hooks 'edit-picture-hook 'picture-mode-hook) | ||
| 537 | (message | 538 | (message |
| 538 | (substitute-command-keys | 539 | (substitute-command-keys |
| 539 | "Type \\[picture-mode-exit] in this buffer to return it to %s mode.") | 540 | "Type \\[picture-mode-exit] in this buffer to return it to %s mode.") |