Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b0d5b05b
Commit
b0d5b05b
authored
Jul 01, 2009
by
Glenn Morris
Browse files
Evangelos Evangelou <vangelis at email.unc.edu> (tiny change)
(f90-no-break-re): Add "(/" and "/)". (Bug#3730)
parent
99061dfc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/f90.el
lisp/progmodes/f90.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b0d5b05b
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
...
...
lisp/progmodes/f90.el
View file @
b0d5b05b
...
...
@@ -823,7 +823,7 @@ Can be overridden by the value of `font-lock-maximum-decoration'.")
"
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment