view .dir-locals.el @ 16025:a78c1e445cfc

Change default history size to 1000. Command number in prompt will now easily match command number in history. * libinterp/interpfcn/oct-hist.cc(default_history_size): Change size from 1024 to 1000. * libinterp/interpfcn/oct-hist.cc(Fhistory_size): Change docstring to say default history size is 1000.
author Rik <rik@octave.org>
date Sat, 09 Feb 2013 07:14:39 -0800
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))))