view .dir-locals.el @ 22243:654de580bdb3

Add function "reducepatch" (patch #8912) * scripts/plot/draw/reducepatch.m: New function. * scripts/plot/draw/module.mk: Add reducepath.m to build system. * NEWS: Announce new function. * isosurface.m: Add "reducepatch" to @seealso. * __unimplemented__.m: Remove "reducepatch" from list. * plot.txi: Add to documentation.
author Markus Muetzel <markus.muetzel@gmx.de>
date Mon, 18 Jul 2016 19:54:34 +0200
parents 9ff04de067ce
children df203b20cfc6
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))