view .dir-locals.el @ 29920:12d77b69df12

figure: correctly detect "visible" option for existing figure (bug #60969) * figure.m: Fix detection of "visible", "off" option pair.
author John W. Eaton <jwe@octave.org>
date Mon, 26 Jul 2021 11:20:14 -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))))