view .dir-locals.el @ 33418:ea29311fbd44 bytecode-interpreter

rename some files for consistency Prefer hyphens over underscores in filenames. * test/compile/shutup-operator-test/@double/display.m: Rename from test/compile/shutup_operator_test/@double/display.m. * test/compile/shutup-operator-test/@logical/display.m: Rename from test/compile/shutup_operator_test/@logical/display.m. * test/compile/shutup-operator-test/bytecode-disp.tst: Rename from test/compile/shutup_operator_test/bytecode_disp.m. * test/compile/shutup-operator-test/bytecode_disp.m: Rename from test/compile/shutup_operator_test/bytecode_disp.tst. * test/compile/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Tue, 16 Apr 2024 14:33:05 -0400
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))))