view .dir-locals.el @ 30106:b08749cb3261

eliminate unused member variable in octave_user_function class * ov-usr-fcn.h (octave_user_function::m_parent_function): Delete unused variable.
author John W. Eaton <jwe@octave.org>
date Wed, 01 Sep 2021 23:53:27 -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))))