aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-11-06 04:26:22 +0000
committerGlenn Morris2008-11-06 04:26:22 +0000
commit3876cf5de7fa59f0b99780db58a3e12dac3bf940 (patch)
treee738a7146b88d10128c2735a6ed3dbbf1c22943f
parented08ccb470717893447bb78335a513e0e546690f (diff)
downloademacs-3876cf5de7fa59f0b99780db58a3e12dac3bf940.tar.gz
emacs-3876cf5de7fa59f0b99780db58a3e12dac3bf940.zip
Fix previous change.
-rw-r--r--lisp/org/org-publish.el2
1 files changed, 1 insertions, 1 deletions
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."
526See `org-publish-org-to' to the list of arguments." 526See `org-publish-org-to' to the list of arguments."
527 (org-publish-org-to "html" plist filename pub-dir)) 527 (org-publish-org-to "html" plist filename pub-dir))
528 528
529(autoload eshell/cp "em-unix") ; why the eshell version? 529(autoload 'eshell/cp "em-unix") ; why the eshell version?
530 530
531(defun org-publish-attachment (plist filename pub-dir) 531(defun org-publish-attachment (plist filename pub-dir)
532 "Publish a file with no transformation of any kind. 532 "Publish a file with no transformation of any kind.