# HG changeset patch # User Glenn Morris # Date 1246417132 0 # Node ID 53dc0b838c595657c04a448533b8495b0cad0f50 # Parent e561e9f73ad42aeb975a8393d21706b427b9b9f6 Evangelos Evangelou (tiny change) (f90-no-break-re): Add "(/" and "/)". (Bug#3730) diff -r e561e9f73ad4 -r 53dc0b838c59 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jun 30 22:07:44 2009 +0000 +++ b/lisp/ChangeLog Wed Jul 01 02:58:52 2009 +0000 @@ -1,3 +1,7 @@ +2009-07-01 Evangelos Evangelou (tiny change) + + * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730) + 2009-06-30 Michael Albinus * net/tramp.el (tramp-do-copy-or-rename-file-directly): Handle diff -r e561e9f73ad4 -r 53dc0b838c59 lisp/progmodes/f90.el --- a/lisp/progmodes/f90.el Tue Jun 30 22:07:44 2009 +0000 +++ b/lisp/progmodes/f90.el Wed Jul 01 02:58:52 2009 +0000 @@ -823,7 +823,7 @@ "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