view .dir-locals.el @ 30837:d87406970676

build: Synchronize ghostscript binary names in configure check with .m file usage. * m4/acinclude.m4 (OCTAVE_PROG_GHOSTSCRIPT): Search for the same binary names that are also searched in __print_parse_opts__.m (__ghostscript_binary__).
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 16 Mar 2022 18:45:11 +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))))