view .dir-locals.el @ 31555:9d0d37acafbe stable

delete m_evaluator after m_output_system (bug #63416) * interpreter.h, interpreter.cc (class interpreter): Move m_evaluator ahead of m_output_system in list of data members so that the tree_evaluator object will still be valid when the output_system object is deleted.
author John W. Eaton <jwe@octave.org>
date Sat, 26 Nov 2022 17:05:21 -0500
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))))