view .dir-locals.el @ 28546:ac7ab2a9018e stable

create empty c-s list for x.a (bug #58695) * ov-struct.cc (octave_struct::subsref): Create empty comma-separated list if indexing operation creates empty cell array. From Fernando Alvarruiz.
author John W. Eaton <jwe@octave.org>
date Thu, 09 Jul 2020 09:20:10 -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))))