Klimi's new dotfiles with stow.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

69 行
2.3 KiB

  1. ;;; slime-autoloads.el --- autoload definitions for SLIME -*- no-byte-compile: t -*-
  2. ;; Copyright (C) 2007 Helmut Eller
  3. ;; This file is protected by the GNU GPLv2 (or later), as distributed
  4. ;; with GNU Emacs.
  5. ;;; Commentary:
  6. ;; This code defines the necessary autoloads, so that we don't need to
  7. ;; load everything from .emacs.
  8. ;;
  9. ;; JT@14/01/09: FIXME: This file should be auto-generated with autoload cookies.
  10. ;;; Code:
  11. (add-to-list 'load-path (directory-file-name
  12. (or (file-name-directory #$) (car load-path))))
  13. (autoload 'slime "slime"
  14. "Start a Lisp subprocess and connect to its Swank server." t)
  15. (autoload 'slime-mode "slime"
  16. "SLIME: The Superior Lisp Interaction (Minor) Mode for Emacs." t)
  17. (autoload 'slime-connect "slime"
  18. "Connect to a running Swank server." t)
  19. (autoload 'slime-selector "slime"
  20. "Select a new by type, indicated by a single character." t)
  21. (autoload 'hyperspec-lookup "lib/hyperspec" nil t)
  22. (autoload 'slime-lisp-mode-hook "slime")
  23. (autoload 'slime-scheme-mode-hook "slime")
  24. (defvar slime-contribs nil
  25. "A list of contrib packages to load with SLIME.")
  26. (autoload 'slime-setup "slime"
  27. "Setup some SLIME contribs.")
  28. (define-obsolete-variable-alias 'slime-setup-contribs
  29. 'slime-contribs "2.3.2")
  30. (add-hook 'lisp-mode-hook 'slime-lisp-mode-hook)
  31. (provide 'slime-autoloads)
  32. ;;; slime-autoloads.el ends here
  33. ;;;### (autoloads nil "slime" "slime.el" (0 0 0 0))
  34. ;;; Generated autoloads from slime.el
  35. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "slime" '("sldb-" "slime" "defslimefun" "def-slime-selector-method" "define-sl" "??" "?q" "?i" "?v" "?l" "?d" "?e" "?c" "?n" "?p" "?t" "make-slime-" "inferior-lisp-program")))
  36. ;;;***
  37. ;;;### (autoloads nil nil ("slime-pkg.el") (0 0 0 0))
  38. ;;;***
  39. ;;;### (autoloads nil "slime-tests" "slime-tests.el" (0 0 0 0))
  40. ;;; Generated autoloads from slime-tests.el
  41. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "slime-tests" '("symbol-at-point." "sexp-at-point.1" "sbcl-world-lock" "report-condition-with-circular-list" "read" "traditional-recipe" "def-slime-test" "dis" "find-definition" "flow-control" "inspector" "indentation" "inter" "end-of-file" "loop-interrupt-" "locally-bound-debugger-hook" "break" "macroexpand" "utf-8-source" "unwind-to-previous-sldb-level" "arglist" "async-eval-debugging" "comp" "narrowing")))
  42. ;;;***