#! /bin/sh /usr/share/dpatch/dpatch-run
## 05_emacs-wiki-home-page.dpatch by Junichi Uekawa <dancer@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: use emacs-wiki-default-page instead of emacs-wiki-home-page
## DP: Follow change done on emacs-wiki.

@DPATCH@
diff -urNad elserv-0.4.0+0.20011203cvs~/es-wiki.el elserv-0.4.0+0.20011203cvs/es-wiki.el
--- elserv-0.4.0+0.20011203cvs~/es-wiki.el	2006-09-21 23:30:27.518223712 +0900
+++ elserv-0.4.0+0.20011203cvs/es-wiki.el	2006-09-21 23:30:56.566807656 +0900
@@ -78,10 +78,10 @@
 	    <span class=\"foothome\">
 	      <lisp>
 		(concat
-		 (and (emacs-wiki-page-file emacs-wiki-home-page t)
-		      (not (emacs-wiki-private-p emacs-wiki-home-page))
+		 (and (emacs-wiki-page-file emacs-wiki-default-page t)
+		      (not (emacs-wiki-private-p emacs-wiki-default-page))
 		      (concat
-		       (emacs-wiki-link-href emacs-wiki-home-page \"Home\")
+		       (emacs-wiki-link-href emacs-wiki-default-page \"Home\")
 		       \" / \"))
 		 (emacs-wiki-link-href emacs-wiki-index-page \"Index\")
 		 (and (emacs-wiki-page-file \"ChangeLog\" t)
