From: Richard M. Stallman Date: Tue, 9 Sep 1997 02:58:06 +0000 (+0000) Subject: (f90-break-before-delimiters): Fix customize type. X-Git-Tag: emacs-20.1~116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9d41ec60af5fd0a4a755f1dff44f92c12f22029;p=emacs.git (f90-break-before-delimiters): Fix customize type. --- diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 1361d617bc9..8debddda1fa 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -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