aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2019-07-20 12:05:07 -0400
committerStefan Monnier2019-07-20 12:05:07 -0400
commit625b23fc6f4c1fe8e62cc2a7fcf1e3d8392b493f (patch)
tree21e94a71b052a54e5816ccf766fe19ded9312e81
parenta1b49f3bff5e104581b43ac5a9093a576f87f04b (diff)
downloademacs-625b23fc6f4c1fe8e62cc2a7fcf1e3d8392b493f.tar.gz
emacs-625b23fc6f4c1fe8e62cc2a7fcf1e3d8392b493f.zip
* lisp/progmodes/octave.el (matchedrules): Add `spmd...end` (bug#36703)
-rw-r--r--lisp/progmodes/octave.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el
index 8b472052f73..b770edb7bcb 100644
--- a/lisp/progmodes/octave.el
+++ b/lisp/progmodes/octave.el
@@ -289,6 +289,7 @@ Non-nil means always go to the next Octave code line after sending."
289 ("methods" exp "endmethods") 289 ("methods" exp "endmethods")
290 ("properties" exp "endproperties") 290 ("properties" exp "endproperties")
291 ("classdef" exp "endclassdef") 291 ("classdef" exp "endclassdef")
292 ("spmd" exp "endspmd")
292 )) 293 ))
293 294
294 (bnf-table 295 (bnf-table