aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2007-06-07 02:04:17 +0000
committerMiles Bader2007-06-07 02:04:17 +0000
commitf24227b86eb8238a792ab65ed05516a42d6c167b (patch)
tree12271935f8ac153f242697c0386da6464f830053
parent7316fa394ccb38398f8cd4158fdfd491d5235647 (diff)
downloademacs-f24227b86eb8238a792ab65ed05516a42d6c167b.tar.gz
emacs-f24227b86eb8238a792ab65ed05516a42d6c167b.zip
Add arch tagline
-rw-r--r--lisp/textmodes/org-publish.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/textmodes/org-publish.el b/lisp/textmodes/org-publish.el
index 8ec27a4431c..041db849e34 100644
--- a/lisp/textmodes/org-publish.el
+++ b/lisp/textmodes/org-publish.el
@@ -6,7 +6,7 @@
6;; Keywords: hypermedia, outlines 6;; Keywords: hypermedia, outlines
7;; Version: 1.80 7;; Version: 1.80
8 8
9;; $Id: org-publish.el,v 1.80 2007/03/22 02:31:03 dto Exp dto $ 9;; $Id: org-publish.el,v 1.1 2007/06/06 15:16:21 cdominik Exp $
10 10
11;; This file is free software; you can redistribute it and/or modify 11;; This file is free software; you can redistribute it and/or modify
12;; it under the terms of the GNU General Public License as published by 12;; it under the terms of the GNU General Public License as published by
@@ -598,4 +598,6 @@ With prefix argument, force publish all files."
598 598
599 599
600(provide 'org-publish) 600(provide 'org-publish)
601
602;; arch-tag: 72807f3c-8af0-4a6b-8dca-c3376eb25adb
601;;; org-publish.el ends here 603;;; org-publish.el ends here