view .dir-locals.el @ 26919:c33ac5ca0a7a

avoid some overloaded virtual warnings (bug #55741) * ov-base-diag.h, ov-base-sparse.h, ov-complex.h, ov-float.h, ov-flt-complex.h, ov-lazy-idx.h, ov-perm.h, ov-scalar.h, ov-str-mat.h: Avoid overloaded virtual method warnings for classes derived from octave_function that partially overload the two virtual diag methods by adding using declarations.
author John W. Eaton <jwe@octave.org>
date Fri, 15 Mar 2019 06:38:07 +0000
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))))