view .dir-locals.el @ 30265:3c60814448ea

winqueryreg: Strings in Windows registry might not be zero terminated. * libinterp/corefcn/sysdep.cc (get_regkey_value): Use wstring constructor with buffer and size to also handle non-zero terminated strings.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 31 Oct 2021 18:25:33 +0100
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))))