dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

geiser-guile-autoloads.el (1098B)


      1 ;;; geiser-guile-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from geiser-guile.el
     13 
     14 (autoload 'connect-to-guile "geiser-guile" "\
     15 Start a Guile REPL connected to a remote process.
     16 
     17 Start the external Guile process with the flag --listen to make
     18 it spawn a server thread." t)
     19 (geiser-activate-implementation 'guile)
     20 (autoload 'run-guile "geiser-guile" "\
     21 Start a Geiser Guile REPL." t)
     22 (autoload 'switch-to-guile "geiser-guile" "\
     23 Start a Geiser Guile REPL, or switch to a running one." t)
     24 (register-definition-prefixes "geiser-guile" '("geiser-guile-" "guile"))
     25 
     26 ;;; End of scraped data
     27 
     28 (provide 'geiser-guile-autoloads)
     29 
     30 ;; Local Variables:
     31 ;; version-control: never
     32 ;; no-byte-compile: t
     33 ;; no-update-autoloads: t
     34 ;; no-native-compile: t
     35 ;; coding: utf-8-emacs-unix
     36 ;; End:
     37 
     38 ;;; geiser-guile-autoloads.el ends here