diff src/input.cc @ 3004:9a54159563de

[project @ 1997-05-23 05:00:49 by jwe]
author jwe
date Fri, 23 May 1997 05:03:17 +0000
parents e9c24f32f175
children 8afe3bf4c449
line wrap: on
line diff
--- a/src/input.cc
+++ b/src/input.cc
@@ -444,7 +444,7 @@
 
   command_editor::set_name ("Octave");
 
-  command_editor::set_paren_string_delimiters ("\"");
+  command_editor::set_basic_quote_characters ("\"");
 
   command_editor::set_completion_function (generate_completion);
 }