changeset 99414:0358d2269189

Fix previous change.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Nov 2008 04:26:22 +0000
parents fdc99543528e
children 01d460e83302
files lisp/org/org-publish.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/org/org-publish.el	Thu Nov 06 04:16:28 2008 +0000
+++ b/lisp/org/org-publish.el	Thu Nov 06 04:26:22 2008 +0000
@@ -526,7 +526,7 @@
 See `org-publish-org-to' to the list of arguments."
   (org-publish-org-to "html" plist filename pub-dir))
 
-(autoload eshell/cp "em-unix")		; why the eshell version?
+(autoload 'eshell/cp "em-unix")		; why the eshell version?
 
 (defun org-publish-attachment (plist filename pub-dir)
   "Publish a file with no transformation of any kind.