changeset 85071:7ad3fd2afe10

(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.
author Juri Linkov <juri@jurta.org>
date Sat, 06 Oct 2007 22:17:16 +0000
parents 628c4c3a906d
children c27859b68484
files lisp/tutorial.el
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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])