view .dir-locals.el @ 13974:f5bd61eb032f

handle tm_gmtoff field in struct tm * oct-time.h, oct-time.cc (octave_time::tm_gmtoff): New data member. Update all functions that manipulate time fields. (octave_time::gmtoff): New functions. (DEFINE_SET_FIELD_FCN): New macro, adapted from DEFINE_SET_INT_FIELD_FCN. (DEFINE_SET_INT_FIELD_FCN): Define using DEFINE_SET_FIELD_FCN.
author John W. Eaton <jwe@octave.org>
date Fri, 02 Dec 2011 03:51:38 -0500
parents 7600200a54c8
children 9ff04de067ce
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))))