emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/org-publish.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org-publish.el,v
Date: Wed, 24 Oct 2007 15:50:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/24 15:50:30

Index: textmodes/org-publish.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/org-publish.el,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- textmodes/org-publish.el    22 Oct 2007 21:56:24 -0000      1.17
+++ textmodes/org-publish.el    24 Oct 2007 15:50:28 -0000      1.18
@@ -464,9 +464,10 @@
 PLIST is the property list for the given project.
 FILENAME is the filename of the file to be published."
   ;; make sure eshell/cp code is loaded
+  (eval-and-compile 
   (require 'eshell)
   (require 'esh-maint)
-  (require 'em-unix)
+    (require 'em-unix))
   (let ((destination (file-name-as-directory (plist-get plist 
:publishing-directory))))
     (eshell/cp filename destination)))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]