Sigh, should have updated the copyright date in the
[deliverable/binutils-gdb.git] / gdb / source.c
index ee4998d9a49b5e39572bbea3614025e03c3c0b95..6a9bd5c4fa97d5e029980754c001a6e52e0b5dde 100644 (file)
@@ -1586,7 +1586,7 @@ With no argument, reset the search path to $cdir:$cwd, the default.",
   if (dbx_commands)
     add_com_alias ("use", "directory", class_files, 0);
 
-  c->completer = filename_completer;
+  set_cmd_completer (c, filename_completer);
 
   add_cmd ("directories", no_class, show_directories,
           "Current search path for finding source files.\n\
This page took 0.023487 seconds and 4 git commands to generate.