view .dir-locals.el @ 27249:84cdeeaf0dce

Accept only integers for single input form of rand (bug #56609). * rand.cc: Use idx_type_value(true) rather than double_value() to convert input octave_value to integer size of output array.
author Rik <rik@octave.org>
date Fri, 12 Jul 2019 19:55:03 -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))))