view .dir-locals.el @ 28538:c09bc9e108b5 stable

fix lookup of variables in scripts called inside nested functions (bug #58691) * stack-frame.cc (script_stack_frame::set_script_offsets_internal): Use correct frame offset for variable references when evaluation scope is nested. (script_stack_frame::get_val_offsets_internal): Likewise.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Jul 2020 13:12:48 -0400
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))))