view .dir-locals.el @ 32098:6cd803819bd2 stable

Fix segfault when saveobj() used with old-style class files (bug #64220) * ov-class.cc (save_ascii, save_binary, save_hdf5): Replace accidental typo "m_map" (class member variable) with "m" local variable of type octave_map introduced in cset 7c8a70e4daad.
author Rik <rik@octave.org>
date Mon, 22 May 2023 16:20:51 -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))))