Klimi's new dotfiles with stow.
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.

27 lines
661 B

4 years ago
  1. ;;; 2048-game-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 "2048-game" "2048-game.el" (0 0 0 0))
  7. ;;; Generated autoloads from 2048-game.el
  8. (autoload '2048-game "2048-game" "\
  9. Start playing 2048.
  10. \(fn)" t nil)
  11. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "2048-game" '("2048-" "in-bounds" "*2048-")))
  12. ;;;***
  13. ;; Local Variables:
  14. ;; version-control: never
  15. ;; no-byte-compile: t
  16. ;; no-update-autoloads: t
  17. ;; coding: utf-8
  18. ;; End:
  19. ;;; 2048-game-autoloads.el ends here