view .dir-locals.el @ 19716:c2478360291f

New functions sound and soundsc * sound.m, soundsc.m: New function files. * scripts/audio/module.mk (audio_FCN_FILES): Add files to the list. * __unimplemented__.m (missing_functions): Remove sound and soundsc from the list. * audio.txi: Include sound and soundsc docstrings. * NEWS: Add sound and soundsc to list of new audio functions.
author Mike Miller <mtmiller@ieee.org>
date Sun, 08 Feb 2015 18:35:59 -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))))