aboutsummaryrefslogtreecommitdiff
path: root/ennu.el
diff options
context:
space:
mode:
Diffstat (limited to 'ennu.el')
-rw-r--r--ennu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ennu.el b/ennu.el
index 954ee75..c14f7b3 100644
--- a/ennu.el
+++ b/ennu.el
@@ -481,7 +481,7 @@ as keys. Keys are compared using `equal'."
;;;
;;; Test HTTP server to serve the blog locally
-(defun ennu-serve ()
+(defun ennu-server-start ()
(interactive)
(setq httpd-root (expand-file-name (ennu-setting :output-directory)
(ennu-setting :working-directory)))