view .dir-locals.el @ 20025:9a2d8b1f931e

Issue error when trying to print a figure with no axes object (bug #44655). * print.m: Check for an axes object as a child of the figure object to be printed.
author Rik <rik@octave.org>
date Sat, 28 Mar 2015 20:03:00 -0700
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))))