# HG changeset patch # User Juri Linkov # Date 1191709036 0 # Node ID 7ad3fd2afe1093d7b14956770f8f06b3ef5c81af # Parent 628c4c3a906db7e459b3960123c93f278b5951d5 (tutorial--default-keys): Replace fill-paragraph with fill-paragraph-or-region. Suspend command is now the same `suspend-frame' on window systems and on tty. diff -r 628c4c3a906d -r 7ad3fd2afe10 lisp/tutorial.el --- a/lisp/tutorial.el Sat Oct 06 22:15:43 2007 +0000 +++ b/lisp/tutorial.el Sat Oct 06 22:17:16 2007 +0000 @@ -210,9 +210,7 @@ (defconst tutorial--default-keys ;; On window system, `suspend-emacs' is replaced in the default ;; keymap - (let* ((suspend-emacs (if window-system - 'suspend-frame - 'suspend-emacs)) + (let* ((suspend-emacs 'suspend-frame) (default-keys `((ESC-prefix [27]) (Control-X-prefix [?\C-x]) @@ -293,7 +291,7 @@ ;; * MODE LINE (describe-mode [?\C-h ?m]) (set-fill-column [?\C-x ?f]) - (fill-paragraph [?\M-q]) + (fill-paragraph-or-region [?\M-q]) ;; * SEARCHING (isearch-forward [?\C-s])