# HG changeset patch # User Juri Linkov # Date 1192666044 0 # Node ID 34e2dd8827950fad93f92271e6407735267b4e40 # Parent a2663c54de9f2b0d65bc1cbdf1b8405873aad6b4 (tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph. diff -r a2663c54de9f -r 34e2dd882795 lisp/tutorial.el --- a/lisp/tutorial.el Thu Oct 18 00:07:04 2007 +0000 +++ b/lisp/tutorial.el Thu Oct 18 00:07:24 2007 +0000 @@ -291,7 +291,7 @@ ;; * MODE LINE (describe-mode [?\C-h ?m]) (set-fill-column [?\C-x ?f]) - (fill-paragraph-or-region [?\M-q]) + (fill-paragraph [?\M-q]) ;; * SEARCHING (isearch-forward [?\C-s])