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
2d060beb
Commit
2d060beb
authored
Apr 08, 1998
by
Dave Love
Browse files
(fortran-fill-paragraph): This is the one
which must return t, not: (fortran-fill-statement):
parent
79f13bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/progmodes/fortran.el
lisp/progmodes/fortran.el
+3
-3
No files found.
lisp/progmodes/fortran.el
View file @
2d060beb
...
...
@@ -1768,7 +1768,8 @@ Intended as the value of `fill-paragraph-function'."
(let (fill-paragraph-function)
(fill-region start end justify))) ; with normal `fill-paragraph'
(set-marker start nil)
(set-marker end nil)))))
(set-marker end nil))))
t)
(defun fortran-fill-statement ()
"
Fill
a
fortran
statement
up
to
`
fill-column
'.
"
...
...
@@ -1791,8 +1792,7 @@ Intended as the value of `fill-paragraph-function'."
(
forward-line
)
(
fortran-remove-continuation
)))
(
fortran-previous-statement
))
)
(
fortran-indent-line
)
t
)
; must return t for fill-paragraph
(
fortran-indent-line
)
)
(
provide
'fortran
)
...
...
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