changeset 84391:d47318b5ff25

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Sat, 08 Sep 2007 04:39:20 +0000
parents 28620c3d5a1a
children a796776e3ec3
files lisp/textmodes/org-publish.el
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
+