summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-06-25 14:28:24 -0700
committerGlenn Morris <rgm@gnu.org>2011-06-25 14:28:24 -0700
commitae31d721fd7b5e813e4a599fd226bf8a0648d2ee (patch)
treeea8ce5fd8c3a680e8f77b418f93c0dcc22ebdaa0 /lisp
parenta43cb92e6adc8dd36589d407cc9aae0797815bda (diff)
downloademacs-ae31d721fd7b5e813e4a599fd226bf8a0648d2ee.tar.gz
* lisp/progmodes/f90.el (f90-procedures-re): Add F2008 "is_contiguous".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/f90.el2
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."
"bessel_j0" "bessel_j1" "bessel_jn"
"bessel_y0" "bessel_y1" "bessel_yn"
"erf" "erfc" "erfc_scaled" "gamma" "hypot" "log_gamma"
- "norm2" "parity" "findloc"
+ "norm2" "parity" "findloc" "is_contiguous"
;; F2008 iso_fortran_env module.
"compiler_options" "compiler_version"
;; F2008 iso_c_binding module.