diff src/help.cc @ 2233:0da2c91573d9

[project @ 1996-05-17 17:27:17 by jwe]
author jwe
date Fri, 17 May 1996 17:31:30 +0000
parents 31b62b7c5d2d
children dd29ab8af9e7
line wrap: on
line diff
--- a/src/help.cc	Fri May 17 17:11:40 1996 +0000
+++ b/src/help.cc	Fri May 17 17:31:30 1996 +0000
@@ -44,6 +44,7 @@
 #include "defun.h"
 #include "dirfns.h"
 #include "error.h"
+#include "fn-cache.h"
 #include "gripes.h"
 #include "help.h"
 #include "input.h"
@@ -500,7 +501,7 @@
 
   for (int i = 0; i < len; i++)
     {
-      string_vector names = get_fcn_file_names (dirs[i]);
+      string_vector names = octave_fcn_file_name_cache::list (dirs[i]);
 
       if (! names.empty ())
 	{