with fill-paragraph-or-region. Suspend command is now the same
`suspend-frame' on window systems and on tty.
(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])
;; * 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])