my-emacs-d/elpa/queue-0.1.1/queue-autoloads.el

20 lines
479 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; queue-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "queue" "queue.el" (22500 1794 888069 675000))
;;; Generated autoloads from queue.el
(defalias 'make-queue 'queue-create "\
Create an empty queue data structure.")
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; queue-autoloads.el ends here