changeset 103651:53dc0b838c59

Evangelos Evangelou <vangelis at email.unc.edu> (tiny change) (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
author Glenn Morris <rgm@gnu.org>
date Wed, 01 Jul 2009 02:58:52 +0000
parents e561e9f73ad4
children 1de9fbe264a4
files lisp/ChangeLog lisp/progmodes/f90.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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