(lisp-fill-paragraph): Return t.
This commit is contained in:
parent
35d132a834
commit
2b4483bbdc
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue