view .dir-locals.el @ 20121:41064c150724

Return bools instead of ints in oc-java box and unbox internal functions. * libinterp/octave-value/ov-java.cc (unbox): this functions return an int with value of 0 or 1 only but are always used as booleans.
author Carnë Draug <carandraug@octave.org>
date Mon, 20 Apr 2015 17:23:28 +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))))