view .dir-locals.el @ 27201:bd49997051ef

eliminate direct access to call stack in defun functions * pt-eval.h, pt-eval.cc (tree_evaluator::current_function): New function. * defun.cc (print_usage, get_current_shlib): Eliminate direct access to call stack.
author John W. Eaton <jwe@octave.org>
date Mon, 01 Apr 2019 17:39:42 +0000
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))