Fixing typo.

This commit is contained in:
Bastien Guerry 2008-03-04 01:19:03 +00:00
parent 1336cd8999
commit 8b527d4a6d
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ matching filenames."
(regexp (concat "^[^\\.].*\\.\\(" extension "\\)$")) (regexp (concat "^[^\\.].*\\.\\(" extension "\\)$"))
alldirs allfiles files dir) alldirs allfiles files dir)
;; Get all files and directories in base-directory ;; Get all files and directories in base-directory
(setq files (org-publish-dired-files-attributes base-dir)) (setq files (dired-files-attributes base-dir))
;; Get all subdirectories if recursive-p ;; Get all subdirectories if recursive-p
(setq alldirs (setq alldirs
(if recursive-p (if recursive-p