summaryrefslogtreecommitdiff
path: root/app-emacs/multi-term/files/50multi-term-gentoo.el
blob: 0552079e24d98bb045440bfc60d20070f50f957d (plain)
1
2
3
4
5
6
7
(add-to-list 'load-path "@SITELISP@")
(autoload 'multi-term "multi-term"
  "Create new term buffer.
Will prompt you shell name when you type `C-u' before this command." t)
(autoload 'multi-term-dedicated-open "multi-term"
  "Open dedicated `multi-term' window.
Will prompt you shell name when you type `C-u' before this command." t)