view .dir-locals.el @ 21593:e3888aa9a4d1

Restore tilde expansion for dlmread lost in fe5ed6d7fb10. * dlmread.cc (Fdlmread): Use 'tname', the tilde expanded version of fname, in the call to find_data_file_in_load_path.
author Rik <rik@octave.org>
date Thu, 07 Apr 2016 15:55:10 -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))))