Rename project variable to scrumelo
To make it namespace-clean.
This commit is contained in:
parent
6cd2241d51
commit
ded34a194c
1 changed files with 3 additions and 3 deletions
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(defvar scrum-project-file "~/projects/scrumelo/aeos.org"
|
(defvar scrumelo-project-file "~/projects/scrumelo/aeos.org"
|
||||||
"The file containing the scrumm backlog.")
|
"The file containing the scrum backlog.")
|
||||||
|
|
||||||
(defun scrumelo-backlog-page (httpcon)
|
(defun scrumelo-backlog-page (httpcon)
|
||||||
"Send the backlog overview over 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-start httpcon 200 '("Content-Type" . "text/html"))
|
||||||
(elnode-http-return
|
(elnode-http-return
|
||||||
httpcon
|
httpcon
|
||||||
|
|
Loading…
Reference in a new issue