diff options
| author | Stefan Monnier | 2019-07-20 12:05:07 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-07-20 12:05:07 -0400 |
| commit | 625b23fc6f4c1fe8e62cc2a7fcf1e3d8392b493f (patch) | |
| tree | 21e94a71b052a54e5816ccf766fe19ded9312e81 | |
| parent | a1b49f3bff5e104581b43ac5a9093a576f87f04b (diff) | |
| download | emacs-625b23fc6f4c1fe8e62cc2a7fcf1e3d8392b493f.tar.gz emacs-625b23fc6f4c1fe8e62cc2a7fcf1e3d8392b493f.zip | |
* lisp/progmodes/octave.el (matchedrules): Add `spmd...end` (bug#36703)
| -rw-r--r-- | lisp/progmodes/octave.el | 1 |
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 |