view .dir-locals.el @ 15223:6ec6ddebb1a6

include --force-gui and --no-gui options in --help output * octave.cc (verbose_usage): Include --force-gui and --no-gui in the output.
author John W. Eaton <jwe@octave.org>
date Thu, 23 Aug 2012 15:08:19 -0400
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))))