# HG changeset patch # User Glenn Morris # Date 1225945582 0 # Node ID 0358d22691898f09a2652fb3c0f0e9c8787f14a8 # Parent fdc99543528ea6c9b82a63c6b3b5e2cdcec0f9f3 Fix previous change. diff -r fdc99543528e -r 0358d2269189 lisp/org/org-publish.el --- 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.