view .dir-locals.el @ 27549:5189bfa8ad2a

eliminate unnecessary use of pointers * dialog.h, dialog.cc (QUIWidgetCreator::m_string_list, QUIWidgetCreator::m_list_index, QUIWidgetCreator::m_path_name): Use objects instead of pointers. Change all uses. (QUIWidgetCreator::~QUIWidgetCreator): Explicitly use default dtor. (QUIWidgetCreator::get_list_index, QUIWidgetCreator::get_string_list, QUIWidgetCreator::get_dialog_path): Return value, not const pointer. Change all uses.
author John W. Eaton <jwe@octave.org>
date Thu, 24 Oct 2019 01:15:50 -0400
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))))