view .dir-locals.el @ 31140:05a64f60bc1e

Return -1 rather than platform-dependent EOF from puts, fputs (bug #62725) * file-io.cc (puts_internal): Modify return logic to return -1 on failure, 0 on success. * file-io.cc (Fputs, Ffputs): Document return value as -1 or 0.
author Rik <rik@octave.org>
date Sat, 09 Jul 2022 13:43:11 -0700
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))))