view .dir-locals.el @ 31783:2891372cce9f

main-window.cc: Use consistent feval calling convention. * main-window.cc (profiler_session, profiler_session_resume, profiler_stop): Use "interp.feval (...)" rather than "Ffeval (interp, ...)".
author Rik <rik@octave.org>
date Thu, 26 Jan 2023 22:03:47 -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))))