From: Glenn Morris Date: Thu, 6 Nov 2008 04:26:22 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~1945 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3876cf5de7fa59f0b99780db58a3e12dac3bf940;p=emacs.git Fix previous change. --- diff --git a/lisp/org/org-publish.el b/lisp/org/org-publish.el index ba55cdda9d9..2bf0d4283a8 100644 --- a/lisp/org/org-publish.el +++ b/lisp/org/org-publish.el @@ -526,7 +526,7 @@ See `org-publish-org-to' to the list of arguments." 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.