view .dir-locals.el @ 28647:f0414ee0fefe

disallow keywords in function parameter lists (bug #58945) * oct-parse.yy (base_parser::validate_param_list): Also throw error if parameter name is a keyword.
author John W. Eaton <jwe@octave.org>
date Fri, 21 Aug 2020 08:36:47 -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))))