view .dir-locals.el @ 17695:d6f4b01075e0

convn: give error for non-string shape argument. * conv2.cc (convn): if value for the shape option was not a string, convn was silently using the default value. Fixed to give an error instead.
author Carnë Draug <carandraug@octave.org>
date Sat, 19 Oct 2013 04:15:25 +0100
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))))