view .dir-locals.el @ 28066:977793472fc9

mkdir.m: Use standard error message syntax when nargout == 0 (bug #57830) * mkdir.m: Change error message to say "operation failed" and then include any error text from underlying mkdir call.
author Rik <rik@octave.org>
date Sun, 16 Feb 2020 14:39:54 -0800
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))))