Browse Source

Fixing typo.

Bastien Guerry 17 years ago
parent
commit
8b527d4a6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      org-publish.el

+ 1 - 1
org-publish.el

@@ -408,7 +408,7 @@ matching filenames."
  	 (regexp (concat "^[^\\.].*\\.\\(" extension "\\)$"))
  	 alldirs allfiles files dir)
     ;; 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
     (setq alldirs
  	  (if recursive-p