From 3f4a0d5370ae6c34afe180df96add3b8522f4af1 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 11 May 2022 09:23:58 -0400 Subject: initial commit --- .../simple-httpd-autoloads.el | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 elpa/simple-httpd-20191103.1446/simple-httpd-autoloads.el (limited to 'elpa/simple-httpd-20191103.1446/simple-httpd-autoloads.el') diff --git a/elpa/simple-httpd-20191103.1446/simple-httpd-autoloads.el b/elpa/simple-httpd-20191103.1446/simple-httpd-autoloads.el new file mode 100644 index 0000000..e545936 --- /dev/null +++ b/elpa/simple-httpd-20191103.1446/simple-httpd-autoloads.el @@ -0,0 +1,38 @@ +;;; simple-httpd-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- +;; +;;; Code: + +(add-to-list 'load-path (directory-file-name + (or (file-name-directory #$) (car load-path)))) + + +;;;### (autoloads nil "simple-httpd" "simple-httpd.el" (0 0 0 0)) +;;; Generated autoloads from simple-httpd.el + +(autoload 'httpd-start "simple-httpd" "\ +Start the web server process. If the server is already +running, this will restart the server. There is only one server +instance per Emacs instance." t nil) + +(autoload 'httpd-stop "simple-httpd" "\ +Stop the web server if it is currently running, otherwise do nothing." t nil) + +(autoload 'httpd-running-p "simple-httpd" "\ +Return non-nil if the simple-httpd server is running." nil nil) + +(autoload 'httpd-serve-directory "simple-httpd" "\ +Start the web server with given `directory' as `httpd-root'. + +\(fn DIRECTORY)" t nil) + +(register-definition-prefixes "simple-httpd" '("defservlet" "httpd" "with-httpd-buffer")) + +;;;*** + +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; coding: utf-8 +;; End: +;;; simple-httpd-autoloads.el ends here -- cgit v1.2.1