changeset 19832:860e27fcf4b1

(f90-break-before-delimiters): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Sep 1997 02:58:06 +0000
parents a517c846d04e
children fdcd167cb293
files lisp/progmodes/f90.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/f90.el	Tue Sep 09 02:57:48 1997 +0000
+++ b/lisp/progmodes/f90.el	Tue Sep 09 02:58:06 1997 +0000
@@ -219,7 +219,7 @@
 
 (defcustom f90-break-before-delimiters t
   "*Non-nil causes `f90-do-auto-fill' to break lines before delimiters."
-  :type 'regexp
+  :type 'boolean
   :group 'f90)
 
 (defcustom f90-auto-keyword-case nil