view .dir-locals.el @ 28331:be3dab3212e9

getpixelposition.m: Implement new function (bug #58181) * graphics.cc (F__get_position__): New builtin function. * scripts/gui/getpixelposition.m: new function. * scripts/gui/module.mk: Add new function to build system. * gui.txi: Add doc string to the manual.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 19 Apr 2020 20:25:11 +0200
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))))