comparison libinterp/corefcn/event-manager.cc @ 29950:6549fa7558ba

eliminate some unnecessary octave:: namespace tags Where possible, remove octave:: namespace tags used inside a "namespace octave" block. Files affected: event-manager.cc, hook-fcn.cc, input.cc, latex-text-renderer.cc, oct-hist.cc, sysdep.cc, cdef-object.cc, cdef-object.h, oct-parse.yy, pt-eval.cc, CollocWt.cc, oct-convn.cc, oct-norm.cc, file-ops.cc.
author John W. Eaton <jwe@octave.org>
date Fri, 13 Aug 2021 14:08:16 -0400
parents 56465c0739fa
children 32c3a5805893
comparison
equal deleted inserted replaced
29949:f254c302bb9c 29950:6549fa7558ba
184 } 184 }
185 185
186 void event_manager::set_history (void) 186 void event_manager::set_history (void)
187 { 187 {
188 if (enabled ()) 188 if (enabled ())
189 instance->set_history (octave::command_history::list ()); 189 instance->set_history (command_history::list ());
190 } 190 }
191 } 191 }
192 192
193 // FIXME: Should the following function be __event_manager_desktop__ 193 // FIXME: Should the following function be __event_manager_desktop__
194 // with the desktop function implemented in a .m file, similar to the 194 // with the desktop function implemented in a .m file, similar to the