diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-09 20:45:57 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-09 20:45:57 +0200 |
| commit | a26f515928af7da2f3f6cfd318f8d9320ce52950 (patch) | |
| tree | 19beb2eb5d64c8406c6d3700cdae6fb21b3d89ae /lisp | |
| parent | f1dd112a10ad3aead12ff05786be4b5e289225d0 (diff) | |
autoload magit-status-internal
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/magit.el b/lisp/magit.el index 1b73e8e..d6a734c 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -407,6 +407,7 @@ then offer to initialize it as a new repository." (put 'magit-status 'interactive-only 'magit-status-internal) +;;;###autoload (defun magit-status-internal (directory &optional switch-function) (let ((magit-mode-setup--topdir (file-name-as-directory (expand-file-name directory)))) |
