From ded34a194ccd50afeab18074951c012dc55995de Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 May 2013 13:26:25 +0200 Subject: [PATCH] Rename project variable to scrumelo To make it namespace-clean. --- scrumelo.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scrumelo.el b/scrumelo.el index 711075a..73b6aab 100644 --- a/scrumelo.el +++ b/scrumelo.el @@ -15,12 +15,12 @@ ;;; Code: -(defvar scrum-project-file "~/projects/scrumelo/aeos.org" - "The file containing the scrumm backlog.") +(defvar scrumelo-project-file "~/projects/scrumelo/aeos.org" + "The file containing the scrum backlog.") (defun scrumelo-backlog-page (httpcon) "Send the backlog overview over HTTPCON." - (let ((buffer (find-file-noselect scrum-project-file))) + (let ((buffer (find-file-noselect scrumelo-project-file))) (elnode-http-start httpcon 200 '("Content-Type" . "text/html")) (elnode-http-return httpcon