emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104715: * lisp/progmodes/f90.el (f90


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104715: * lisp/progmodes/f90.el (f90-procedures-re): Add F2008 "is_contiguous".
Date: Sat, 25 Jun 2011 14:28:24 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104715
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-06-25 14:28:24 -0700
message:
  * lisp/progmodes/f90.el (f90-procedures-re): Add F2008 "is_contiguous".
modified:
  lisp/progmodes/f90.el
=== modified file 'lisp/progmodes/f90.el'
--- a/lisp/progmodes/f90.el     2011-06-25 21:21:45 +0000
+++ b/lisp/progmodes/f90.el     2011-06-25 21:28:24 +0000
@@ -375,7 +375,7 @@
              "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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]