view .dir-locals.el @ 27349:8aa544cc2e17

prevent supperclass constructor calls with more than one index * pt-eval.cc (tree_evaluator::visit_index_expression): When making calls to superclass constructors, error if we have extra indices. Rename variable used for list of indices from idx to idx_list for clarity.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Aug 2019 19:12:07 -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))))