view .dir-locals.el @ 30934:d7f799e6d836

Check that dimensions input arguments for ones/zeros/... are scalar (bug #62291). * libinterp/corefcn/data.cc (fill_matrix): Check that dimensions input arguments are scalar. Add BISTs.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 12 Apr 2022 18:31:18 +0200
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))))