comparison liboctave/util/cmd-edit.cc @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents bb7513d73673 e9a0469dedd9
children 092078913d54
comparison
equal deleted inserted replaced
23081:7485462a6924 23084:ef4d915df748
1933 command_editor::error (const std::string& s) 1933 command_editor::error (const std::string& s)
1934 { 1934 {
1935 (*current_liboctave_error_handler) ("%s", s.c_str ()); 1935 (*current_liboctave_error_handler) ("%s", s.c_str ());
1936 } 1936 }
1937 } 1937 }
1938