changeset 13172:219ce06d0e63

(adaptive-fill-function): Change defun to defvar.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Oct 1995 04:59:48 +0000
parents ed9465203ed6
children 12543846eb22
files lisp/textmodes/fill.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.")