Rename project variable to scrumelo

To make it namespace-clean.
This commit is contained in:
Tom Willemse 2013-05-20 13:26:25 +02:00
parent 6cd2241d51
commit ded34a194c

View file

@ -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