diff options
| author | Glenn Morris | 2011-06-25 14:28:24 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-06-25 14:28:24 -0700 |
| commit | 1a5db1f412d0c8e1ab7a50b84d3510bb0b74701b (patch) | |
| tree | ccd5166343389b6af50fd026e798e952ef9c280c | |
| parent | 5d8e0d43b0fdc1b67f745e66c1539c5135fb2808 (diff) | |
| download | emacs-1a5db1f412d0c8e1ab7a50b84d3510bb0b74701b.tar.gz emacs-1a5db1f412d0c8e1ab7a50b84d3510bb0b74701b.zip | |
* lisp/progmodes/f90.el (f90-procedures-re): Add F2008 "is_contiguous".
| -rw-r--r-- | lisp/progmodes/f90.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index b9ebc84b9a8..eed87ecef9d 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el | |||
| @@ -375,7 +375,7 @@ The options are 'downcase-word, 'upcase-word, 'capitalize-word and nil." | |||
| 375 | "bessel_j0" "bessel_j1" "bessel_jn" | 375 | "bessel_j0" "bessel_j1" "bessel_jn" |
| 376 | "bessel_y0" "bessel_y1" "bessel_yn" | 376 | "bessel_y0" "bessel_y1" "bessel_yn" |
| 377 | "erf" "erfc" "erfc_scaled" "gamma" "hypot" "log_gamma" | 377 | "erf" "erfc" "erfc_scaled" "gamma" "hypot" "log_gamma" |
| 378 | "norm2" "parity" "findloc" | 378 | "norm2" "parity" "findloc" "is_contiguous" |
| 379 | ;; F2008 iso_fortran_env module. | 379 | ;; F2008 iso_fortran_env module. |
| 380 | "compiler_options" "compiler_version" | 380 | "compiler_options" "compiler_version" |
| 381 | ;; F2008 iso_c_binding module. | 381 | ;; F2008 iso_c_binding module. |