view .dir-locals.el @ 29905:ad023dbe9606

Add support for ListBoxTop property of uicontrol objects (bug #60951) * ListBoxControl.cc (update): Add case for ID_LISTBOXTOP to switch statement. * NEWS: Announce change. Also, move some improvements from Matlab compatibility section to Graphics Backend section. Wrap text at 72 columns.
author Rik <rik@octave.org>
date Thu, 22 Jul 2021 08:03:41 -0700
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))))