Преглед изворни кода

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.