view .dir-locals.el @ 30203:75fb18f0469a

fix file position info for errors in conditional expressions (bug #61201) * pt-eval.cc (tree_evaluator::is_logically_true): Set file position in call stack for expression before evaluating it. (tree_evaluator::visit_do_until_command): Don't set file position in call stack here. * bug-61201.tst: New file. * test/module.mk: Update
author John W. Eaton <jwe@octave.org>
date Wed, 22 Sep 2021 23:17:42 -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))))