view .dir-locals.el @ 16786:0e75f5412f1e

__gnuplot_ginput__.m: Correctly stop early if <RETURN> key pressed (bug #32178). * scripts/plot/private/__gnuplot_ginput__.m: Check for abort condition (<RETURN>) before checking whether number of desired inputs has been reached so that an abort for the last keystroke is not included with the returned buttons.
author Rik <rik@octave.org>
date Thu, 20 Jun 2013 12:54:59 -0700
parents 7600200a54c8
children 9ff04de067ce
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (string-match "\\.h\\'" (buffer-file-name))
                 (unless (string-match "/gnulib/" (buffer-file-name))
                   (c++-mode)
                   (c-set-style "gnu"))))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))