view .dir-locals.el @ 21605:e6f76c393ad7

don't store build time in source file (bug #45659) * build-info.h, build-info.in.cc (octave_build_time): Delete function. * toplev.cc (F__octave_config_info__): Remove build_time field from struct. * libinterp/module.mk (libinterp/build-info.cc): Don't substitute build time.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Apr 2016 11:36:27 -0400
parents 9ff04de067ce
children df203b20cfc6
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))))