view .dir-locals.el @ 30285:fca639cb78b8

detect fcn called with too many args when arg list not present (bug #61471) * pt-eval.cc (tree_evaluator::define_parameter_list_from_arg_vector): Check for valid param_list here. (tree_evaluator::execute_user_function): Not here. Also check for function call with too many arguments when param_list is nullptr.
author John W. Eaton <jwe@octave.org>
date Fri, 12 Nov 2021 15:16:05 -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))))