view .dir-locals.el @ 29941:5f1390d6b5b4

Fix typo in gnuplot warning message (bug #61010) * __init_gnuplot__.cc (gnuplot_graphics_toolkit::gnuplot_graphics_toolkit): Fix typo in warning message and make recommendation to use qt toolkit stronger.
author Rik <rik@octave.org>
date Wed, 04 Aug 2021 15:08:01 -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))))