Klimi's new dotfiles with stow.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

25 行
624 B

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