sesman-autoloads.el (3007B)
1 ;;; sesman-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 sesman.el 13 14 (autoload 'sesman-start "sesman" "\ 15 Start a Sesman session." t) 16 (autoload 'sesman-restart "sesman" "\ 17 Restart sesman session. 18 When WHICH is nil, restart the current session; when a single universal 19 argument or 'linked, restart all linked sessions; when a double universal 20 argument, t or 'all, restart all sessions. For programmatic use, WHICH can also 21 be a session or a name of the session, in which case that session is restarted. 22 23 (fn &optional WHICH)" t) 24 (autoload 'sesman-quit "sesman" "\ 25 Terminate a Sesman session. 26 When WHICH is nil, kill only the current session; when a single universal 27 argument or 'linked, kill all linked sessions; when a double universal argument, 28 t or 'all, kill all sessions. For programmatic use, WHICH can also be a session 29 or a name of the session, in which case that session is killed. 30 31 (fn &optional WHICH)" t) 32 (autoload 'sesman-info "sesman" "\ 33 Display info for all current sessions (`sesman-current-sessions'). 34 In the resulting minibuffer display linked sessions are numbered and the 35 other (friendly) sessions are not. When ALL is non-nil, show info for all 36 sessions. 37 38 (fn &optional ALL)" t) 39 (autoload 'sesman-link-with-buffer "sesman" "\ 40 Ask for SESSION and link with BUFFER. 41 BUFFER defaults to current buffer. On universal argument, or if BUFFER is 'ask, 42 ask for buffer. 43 44 (fn &optional BUFFER SESSION)" t) 45 (autoload 'sesman-link-with-directory "sesman" "\ 46 Ask for SESSION and link with DIR. 47 DIR defaults to `default-directory'. On universal argument, or if DIR is 'ask, 48 ask for directory. 49 50 (fn &optional DIR SESSION)" t) 51 (autoload 'sesman-link-with-project "sesman" "\ 52 Ask for SESSION and link with PROJECT. 53 PROJECT defaults to current project. On universal argument, or if PROJECT is 54 'ask, ask for the project. SESSION defaults to the current session. 55 56 (fn &optional PROJECT SESSION)" t) 57 (autoload 'sesman-unlink "sesman" "\ 58 Break any of the previously created links." t) 59 (autoload 'sesman-map "sesman" "Session management prefix keymap." t 'keymap) 60 (register-definition-prefixes "sesman" '("sesman-")) 61 62 63 ;;; Generated autoloads from sesman-browser.el 64 65 (autoload 'sesman-browser "sesman-browser" "\ 66 Display an interactive session browser. 67 See `sesman-browser-mode' for more details." t) 68 (register-definition-prefixes "sesman-browser" '("sesman-")) 69 70 71 ;;; Generated autoloads from sesman-test.el 72 73 (register-definition-prefixes "sesman-test" '("with-empty-sesman-vars")) 74 75 ;;; End of scraped data 76 77 (provide 'sesman-autoloads) 78 79 ;; Local Variables: 80 ;; version-control: never 81 ;; no-byte-compile: t 82 ;; no-update-autoloads: t 83 ;; no-native-compile: t 84 ;; coding: utf-8-emacs-unix 85 ;; End: 86 87 ;;; sesman-autoloads.el ends here