view .dir-locals.el @ 31161:6c1e310b2230 stable release-7-2-0

Version 7.2.0 released. * configure.ac (AC_INIT): Set version to 7.2.0. (OCTAVE_MINOR_VERSION): Now 2. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2022-07-28". * org.octave.Octave.appdata.xml: Add release info for version 7.2.0. * CITATION: Update for 7.2.0. * NEWS.7.md: Update release date.
author John W. Eaton <jwe@octave.org>
date Thu, 28 Jul 2022 09:08:26 -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))))