comparison lisp/textmodes/fill.el @ 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 86c8fb2284de
children 4492ba9a0757
comparison
equal deleted inserted replaced
13171:ed9465203ed6 13172:219ce06d0e63
65 If Adaptive Fill mode is enabled, whatever text matches this pattern 65 If Adaptive Fill mode is enabled, whatever text matches this pattern
66 on the second line of a paragraph is used as the standard indentation 66 on the second line of a paragraph is used as the standard indentation
67 for the paragraph. If the paragraph has just one line, the indentation 67 for the paragraph. If the paragraph has just one line, the indentation
68 is taken from that line.") 68 is taken from that line.")
69 69
70 (defun adaptive-fill-function nil 70 (defvar adaptive-fill-function nil
71 "*Function to call to choose a fill prefix for a paragraph. 71 "*Function to call to choose a fill prefix for a paragraph.
72 This function is used when `adaptive-fill-regexp' does not match.") 72 This function is used when `adaptive-fill-regexp' does not match.")
73 73
74 (defun current-fill-column () 74 (defun current-fill-column ()
75 "Return the fill-column to use for this line. 75 "Return the fill-column to use for this line.