From c2dd39b26fd202b9a9df8c83df939829b796cfe7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Oct 1995 04:59:48 +0000 Subject: [PATCH] (adaptive-fill-function): Change defun to defvar. --- lisp/textmodes/fill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 991ca8a1933..4855ee0bbca 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -67,7 +67,7 @@ on the second line of a paragraph is used as the standard indentation for the paragraph. If the paragraph has just one line, the indentation is taken from that line.") -(defun adaptive-fill-function nil +(defvar adaptive-fill-function nil "*Function to call to choose a fill prefix for a paragraph. This function is used when `adaptive-fill-regexp' does not match.") -- 2.39.2