changeset 28614:d63fb3b5adad

(gud-jdb-build-source-files-list): Fix typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 Apr 2000 10:37:49 +0000
parents 23f4d126447d
children 4c6883cb70ab
files lisp/gud.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gud.el	Mon Apr 17 10:36:52 2000 +0000
+++ b/lisp/gud.el	Mon Apr 17 10:37:49 2000 +0000
@@ -1562,7 +1562,7 @@
 ;; given as the regular expression "\\.java$" .
 (defun gud-jdb-build-source-files-list (path extn)
   (apply 'nconc (mapcar (lambda (d)
-			  (when (files-directory-p d)
+			  (when (file-directory-p d)
 			    (directory-files d t extn nil)) path))))
 
 ;; Move point past whitespace.