aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
219 219
220(defcustom f90-break-before-delimiters t 220(defcustom f90-break-before-delimiters t
221 "*Non-nil causes `f90-do-auto-fill' to break lines before delimiters." 221 "*Non-nil causes `f90-do-auto-fill' to break lines before delimiters."
222 :type 'regexp 222 :type 'boolean
223 :group 'f90) 223 :group 'f90)
224 224
225(defcustom f90-auto-keyword-case nil 225(defcustom f90-auto-keyword-case nil