Skip to content

Commit

Permalink
fix wiki startup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicferrier committed Oct 7, 2012
1 parent 59a74c1 commit b8ac5b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@

# These are the variables that are specific to the package
NAME=elnode
VERSION=0.9.9.6
VERSION=0.9.9.6.1
DOC="A simple event handling HTTP server."

# Everything beyond here should be generic
Expand Down
1 change: 1 addition & 0 deletions elnode-wiki.el
Expand Up @@ -325,6 +325,7 @@ Update operations are protected by authentication."
(insert text))
(elnode-wiki-send httpcon "/tmp/preview" path)))))))

;;;###autoload
(defun elnode-wikiserver-test ()
"Test whether we should serve Wiki or not."
(featurep 'creole))
Expand Down

0 comments on commit b8ac5b7

Please sign in to comment.