瀏覽代碼

Add autoload cookie for edit-server-start

With this addition, users who have installed edit-server from a
package will be able to interactively start the edit server without
first needing to explicitly load the library.
Steve Purcell 11 年之前
父節點
當前提交
2d3cba291d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      edit-server.el

+ 1 - 0
edit-server.el

@@ -279,6 +279,7 @@ send a response back to the client."
 avoid the user being prompted to kill the edit-server process."
       (or edit-server-clients (edit-server-stop)))
 
+;;;###autoload
 (defun edit-server-start (&optional verbose)
   "Start the edit server.