Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

  1. ;;; simple-httpd-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "simple-httpd" "simple-httpd.el" (0 0 0 0))
  7. ;;; Generated autoloads from simple-httpd.el
  8. (autoload 'httpd-start "simple-httpd" "\
  9. Start the web server process. If the server is already
  10. running, this will restart the server. There is only one server
  11. instance per Emacs instance." t nil)
  12. (autoload 'httpd-stop "simple-httpd" "\
  13. Stop the web server if it is currently running, otherwise do nothing." t nil)
  14. (autoload 'httpd-running-p "simple-httpd" "\
  15. Return non-nil if the simple-httpd server is running." nil nil)
  16. (autoload 'httpd-serve-directory "simple-httpd" "\
  17. Start the web server with given `directory' as `httpd-root'.
  18. \(fn DIRECTORY)" t nil)
  19. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "simple-httpd" '("defservlet" "httpd" "with-httpd-buffer")))
  20. ;;;***
  21. ;; Local Variables:
  22. ;; version-control: never
  23. ;; no-byte-compile: t
  24. ;; no-update-autoloads: t
  25. ;; coding: utf-8
  26. ;; End:
  27. ;;; simple-httpd-autoloads.el ends here