diff options
| -rw-r--r-- | paredit.el | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -989,6 +989,7 @@ If the point is in a string or a comment, fill the paragraph instead,            (paredit-in-comment-p))        (fill-paragraph argument)      (save-excursion +      (end-of-defun)        (beginning-of-defun)        (indent-sexp)))) | 
