view .dir-locals.el @ 19706:b5a8f0f31664

Handle interrupt in audio blocking play and record (bug #44142) * audiodevinfo.cc (audioplayer::playblocking, audiorecorder::recordblocking): Call OCTAVE_QUIT in data-driven loops.
author Mike Miller <mtmiller@ieee.org>
date Sat, 07 Feb 2015 15:33:20 -0500
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))))