aboutsummaryrefslogtreecommitdiffstats
path: root/scrumelo.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-20 13:26:25 +0200
committerGravatar Tom Willemse2013-05-20 13:27:38 +0200
commitded34a194ccd50afeab18074951c012dc55995de (patch)
treeb0a58eb95762bf385182dd67c5086d18127d63b3 /scrumelo.el
parent6cd2241d51e4b38acd8d7801736cde8245bae47e (diff)
downloadscrumelo-ded34a194ccd50afeab18074951c012dc55995de.tar.gz
scrumelo-ded34a194ccd50afeab18074951c012dc55995de.zip
Rename project variable to scrumelo
To make it namespace-clean.
Diffstat (limited to 'scrumelo.el')
-rw-r--r--scrumelo.el6
1 files 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