diff options
| author | Nathan Weizenbaum <nex342@gmail.com> | 2012-11-30 17:46:07 -0800 |
|---|---|---|
| committer | Nathan Weizenbaum <nex342@gmail.com> | 2012-11-30 17:46:07 -0800 |
| commit | d89f18694b9bb5dc2b1d62ee07721606ee5089b3 (patch) | |
| tree | 5ef733be7a236ca3c61797991dc5bc80d1e647c6 | |
| parent | 8ac92bbe7aaceb63b5beafbaf04a20f06b433e22 (diff) | |
| parent | 19e01a9ef6bb8aa9aca826377834d83035ac902f (diff) | |
Merge pull request #18 from antono/master
Quickfix
| -rw-r--r-- | perspective.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perspective.el b/perspective.el index dc35a36..e85ca8d 100644 --- a/perspective.el +++ b/perspective.el @@ -422,7 +422,7 @@ See `persp-switch', `persp-get-quick'." (defun persp-curr-position () "Retun the index of the current perpsective in `persp-all-names'." - (position (persp-name persp-curr) (persp-all-names)))) + (position (persp-name persp-curr) (persp-all-names))) (defun persp-next () "Switch to next perspective (to the right)." |
