view .dir-locals.el @ 28062:4563c23597dd

mkdir.m: Don't return status when no output requested (bug #57799). * mkdir.m: Call subfunction mkdir_recur, but store the status result in temporary variable "sts". If no outputs are requested (nargout == 0) then check "sts" and issue an error if operation failed. If output requested then assign output "status" the value of "sts".
author Rik <rik@octave.org>
date Fri, 14 Feb 2020 07:31:16 -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))))