changeset 10629:2c9bdcab7052

(lisp-fill-paragraph): Return t.
author Richard M. Stallman <rms@gnu.org>
date Thu, 02 Feb 1995 09:44:38 +0000
parents 04591bafb562
children 3e851e5cab1f
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Thu Feb 02 09:40:06 1995 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Thu Feb 02 09:44:38 1995 +0000
@@ -688,7 +688,8 @@
 	(let ((paragraph-start (concat paragraph-start "\\|^[ \t;]*$"))
 	      (paragraph-separate (concat paragraph-start "\\|^[ \t;]*$"))
 	      (fill-prefix comment-fill-prefix))
-	  (fill-paragraph justify))))))
+	  (fill-paragraph justify))))
+    t))
 
 
 (defun indent-code-rigidly (start end arg &optional nochange-regexp)