(lisp-fill-paragraph): Return t.

This commit is contained in:
Richard M. Stallman 1995-02-02 09:44:38 +00:00
parent 35d132a834
commit 2b4483bbdc

View file

@ -688,7 +688,8 @@ and initial semicolons."
(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)