# HG changeset patch # User Richard M. Stallman # Date 813387588 0 # Node ID 219ce06d0e635b0b919c6a914d209d6a234a3c6d # Parent ed9465203ed6b52514122e3f58f8747fcba6faa7 (adaptive-fill-function): Change defun to defvar. diff -r ed9465203ed6 -r 219ce06d0e63 lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Wed Oct 11 03:11:11 1995 +0000 +++ b/lisp/textmodes/fill.el Wed Oct 11 04:59:48 1995 +0000 @@ -67,7 +67,7 @@ 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.")