elpasync pushed a change to branch externals/matlab-mode. from 4607260604 NEWS.org: added entry for matlab-netshell new f744cc2bd2 matlab-sections: display message when running sections new e214231949 Remove tabs from org files new 634b30521f NEWS.org: minor updates
Summary of changes: .dir-locals.el | 4 ++- NEWS.org | 14 ++++---- README.org | 20 ++++------- .dir-locals.el => doc/.dir-locals.el | 14 +++----- doc/matlab-code-sections.org | 66 ++++++++++++++++++++++++++++++++++++ matlab-sections.el | 43 ++++++++++++++++++----- matlab.el | 10 +++--- tests/.dir-locals.el | 5 ++- toolbox/emacsrunregion.m | 32 ++++++++++++++--- 9 files changed, 159 insertions(+), 49 deletions(-) copy .dir-locals.el => doc/.dir-locals.el (66%) create mode 100644 doc/matlab-code-sections.org