view .dir-locals.el @ 32198:77cda48abf10

VM: Fix problem with returning too many or too few octave_values (patch #10363). * libinterp/parse-tree/pt-bytecode-vm.cc (vm::execute_code): Don't try to display() undefined values in cs-lists.
author Petter T. <petter.vilhelm@gmail.com>
date Thu, 15 Jun 2023 16:04:22 +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))))