view .dir-locals.el @ 29923:b436a01d186d

also mention functions deprecated in version 6 in the NEWS file It seems useful to include the list of items that were deprecated in the previous release and that will be removed after one more release cycle.
author John W. Eaton <jwe@octave.org>
date Tue, 27 Jul 2021 23:45:08 -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))))