view .dir-locals.el @ 21526:b76d1de20f9a

Deprecate unused C++ functions oct_file_in_path, mex_file_in_path. * utils.cc: Add note that functions were deprecated in 4.2, should be removed in 4.6. * utils.h (oct_file_in_path, mex_file_in_path): Add OCTAVE_DEPRECATED macro, along with a string suggesting a replacement function, to the function declaration.
author Rik <rik@octave.org>
date Tue, 22 Mar 2016 14:36:15 -0700
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))))