view .dir-locals.el @ 22653:e7a9dfb8bf16

remove obsolete function __dispatch__ * __dispatch__.cc: Delete * libinterp/corefcn/module.mk: Update. * ov-fcn-handle.cc: Eliminte special case for legacy dispatch. * symtab.h, symtab.cc (symbol_table::fcn_info::dispatch_map_type, symbol_table::fcn_info::dispatch_map_const_iterator, symbol_table::fcn_info::dispatch_map_iterator): Delete typedefs. (symbol_table::fcn_info::fcn_info_rep::dispatch_map): Delete data member. (symbol_table::fcn_info::fcn_info_rep::add_dispatch, symbol_table::fcn_info::fcn_info_rep::clear_dispatch, symbol_table::fcn_info::fcn_info_rep::print_dispatch, symbol_table::fcn_info::fcn_info_rep::help_for_dispatch, symbol_table::fcn_info::fcn_info_rep::get_dispatch): Delete member functions. (symbol_table::fcn_info::add_dispatch, symbol_table::fcn_info::clear_dispatch, symbol_table::fcn_info::print_dispatch, symbol_table::fcn_info::help_for_dispatch, symbol_table::fcn_info::get_dispatch): Delete static member functions.
author John W. Eaton <jwe@octave.org>
date Fri, 21 Oct 2016 13:58:15 -0400
parents 9ff04de067ce
children df203b20cfc6
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))))