view .dir-locals.el @ 31290:b8afc6e7d9b4 stable

addtodate.m: correct for months with unequal number of days (bug #60671) * addtodate.m: corrects for different number of days at the end of the month when adding or subtracting months to the date. * NEWS.7.md: notes correction to addtodate end of month behavior
author Georg Wiora <gwiora>
date Tue, 11 Oct 2022 10:24:08 -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))))