From: Richard M. Stallman Date: Wed, 11 Oct 1995 04:59:48 +0000 (+0000) Subject: (adaptive-fill-function): Change defun to defvar. X-Git-Tag: emacs-19.34~2688 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/c2dd39b26fd202b9a9df8c83df939829b796cfe7 (adaptive-fill-function): Change defun to defvar. --- diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 991ca8a193..4855ee0bbc 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.")