view .dir-locals.el @ 15357:5f3a69a309a7 draft

fix decl of mexPutVariable * mexproto.h, mex.cc (mexPutVariable): Declare mxArray arg as const. * mxarray.in.h, mex.cc (mxArray::as_octave_value (const mxArray*)): Declare mxArray arg as const.
author John W. Eaton <jwe@octave.org>
date Tue, 11 Sep 2012 13:48:46 -0400
parents 7600200a54c8
children
line wrap: on
line source

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