From 698ff554ac2699ec48fefc85a1307cbc4a183b0d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 26 Jun 2019 10:03:48 -0400 Subject: * lisp/calc/calc-ext.el (math-scalarp): Fix typo --- lisp/textmodes/fill.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/textmodes/fill.el') diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index c285491a305..7d951ff16e8 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -900,6 +900,12 @@ region, instead of just filling the current paragraph." (equal hash (buffer-hash))) (set-buffer-modified-p nil))))) +(defun unfill-paragraph () + "That thing." + (interactive) + (let ((fill-column (/ most-positive-fixnum 2))) + (fill-paragraph))) + (declare-function comment-search-forward "newcomment" (limit &optional noerror)) (declare-function comment-string-strip "newcomment" (str beforep afterp)) -- cgit v1.2.3