view .dir-locals.el @ 28542:c318254c9f01 stable

accept and ignore undefined elements in matrix concatentation (bug #58695) * pt-tm-const.cc (tm_row_const::init, tm_const::init): Continue if an undefined element (or empty row) is found instead of returning early and producing an undefined row (or empty array). New tests.
author John W. Eaton <jwe@octave.org>
date Wed, 08 Jul 2020 07:56:36 -0400
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))))