view .dir-locals.el @ 20273:014e942ac29f stable

linsolve.m: Fix regression when calling linsolve with 2 arguments (bug #45212) * linsolve.m: Fix regression introduced in cset 91e1da1d1918 when linsolve is called with 2 arguments. Add %!test for 2-argument form.
author Mike Miller <mtmiller@octave.org>
date Sat, 30 May 2015 15:46:04 -0400
parents 9ff04de067ce
children
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))))