Ver Fonte

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 há 11 anos atrás
pai
commit
2d3cba291d
1 ficheiros alterados com 1 adições e 0 exclusões
  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.