]> git.eshelyaron.com Git - emacs.git/commitdiff
(f90-break-before-delimiters): Fix customize type.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Sep 1997 02:58:06 +0000 (02:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Sep 1997 02:58:06 +0000 (02:58 +0000)
lisp/progmodes/f90.el

index 1361d617bc9aa1ae7c8034acb0d20dc7d593aba6..8debddda1fad5f5aa6b6ca127d0a995ff471c6c9 100644 (file)
@@ -219,7 +219,7 @@ whether to blink the matching beginning."
 
 (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