# HG changeset patch # User Richard M. Stallman # Date 862977704 0 # Node ID 3fa9da85b3ea4ce1ea49712d073b47991280d07e # Parent 018d8cb92e907f9dc534921e8cc8de56a4e9a300 Fix customization change. diff -r 018d8cb92e90 -r 3fa9da85b3ea lisp/textmodes/outline.el --- a/lisp/textmodes/outline.el Wed May 07 03:57:29 1997 +0000 +++ b/lisp/textmodes/outline.el Wed May 07 04:01:44 1997 +0000 @@ -284,7 +284,7 @@ "*Function of no args to compute a header's nesting level in an outline. It can assume point is at the beginning of a header line." :type 'function - :group outlines) + :group 'outlines) ;; This used to count columns rather than characters, but that made ^L ;; appear to be at level 2 instead of 1. Columns would be better for