summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-09 02:58:06 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-09 02:58:06 +0000
commit571197ece15249ed553cf68439d6212d28a6f08a (patch)
tree9fb52c00f2cc70d207056f5ecdc5c4c8614fff60
parentfd320cbbfdf3035600601d86d0ec31197167d65d (diff)
downloademacs-571197ece15249ed553cf68439d6212d28a6f08a.tar.gz
(f90-break-before-delimiters): Fix customize type.
-rw-r--r--lisp/progmodes/f90.el2
1 files changed, 1 insertions, 1 deletions
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