(f90-no-break-re): Add "(/" and "/)". (Bug#3730)
+2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
+
+ * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
+
2009-06-30 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-do-copy-or-rename-file-directly): Handle
"Regexp matching a CLASS/TYPE IS statement.")
(defconst f90-no-break-re
- (regexp-opt '("**" "//" "=>" ">=" "<=" "==" "/=") 'paren)
+ (regexp-opt '("**" "//" "=>" ">=" "<=" "==" "/=" "(/" "/)") 'paren)
"Regexp specifying where not to break lines when filling.
This regexp matches certain tokens comprised entirely of
characters matching the regexp `f90-break-delimiters' that should