# HG changeset patch # User Carsten Dominik # Date 1189226360 0 # Node ID d47318b5ff2514328c3875c188f431e9c8829b4b # Parent 28620c3d5a1a170d14bbb6d99c0d3caf0339683e *** empty log message *** diff -r 28620c3d5a1a -r d47318b5ff25 lisp/textmodes/org-publish.el --- a/lisp/textmodes/org-publish.el Sat Sep 08 04:35:39 2007 +0000 +++ b/lisp/textmodes/org-publish.el Sat Sep 08 04:39:20 2007 +0000 @@ -6,11 +6,9 @@ ;; Keywords: hypermedia, outlines ;; Version: 1.80 -;; $Id: org-publish.el,v 1.80 2007/03/22 02:31:03 dto Exp dto $ - ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; This file is distributed in the hope that it will be useful, @@ -616,7 +614,8 @@ (plists (org-publish-get-plists))) (mapcar 'org-publish-plist plists)))) - +(provide 'org-publish) +;; arch-tag: 72807f3c-8af0-4a6b-8dca-c3376eb25adb -(provide 'org-publish) ;;; org-publish.el ends here +