view .dir-locals.el @ 18068:23f680301f65

maint: Remove deprecated configuration variables CC_VERSION and CXX_VERSION. * build-aux/common.mk: Remove @CC_VERSION@, @CXX_VERSION@ substitutions. * configure.ac: Remove AC_SUBST calls for CC_VERSION, CXX_VERSION. * toplev.cc (Foctave_config_info): Remove CC_VERSION, CXX_VERSION from configuration info structure.
author Rik <rik@octave.org>
date Tue, 03 Dec 2013 15:34:08 -0800
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))))