view .dir-locals.el @ 18699:e3fca7930c1e stable

Fix segfault if subsasgn in @class returns no output (bug #41945) * libinterp/octave-value/ov-usr-fcn.cc (octave_user_function::subsasgn_optimization_ok): Check if param_list or ret_list is valid.
author Stefan Mahr <dac922@gmx.de>
date Mon, 24 Mar 2014 23:41:10 +0100
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))))