view .dir-locals.el @ 29804:977e4ad8966d

maxNumCompThreads.m: Tweaks to documentation and input validation. * maxNumCompThreads.m: Style documentation to look more like other Octave functions. Remove check for too many input variables which is automatically performed by interpreter now. Add else clause with call to error() if first input is invalid. Add BIST tests for new input validation.
author Rik <rik@octave.org>
date Tue, 22 Jun 2021 14:50:58 -0700
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))