diff options
| author | Constantine Vetoshev <gepardcv@gmail.com> | 2020-03-09 22:52:30 -0700 |
|---|---|---|
| committer | Constantine Vetoshev <gepardcv@gmail.com> | 2020-03-09 22:52:30 -0700 |
| commit | 8f04eed9924f40dd6b41ee2667bca8ce7884b5b9 (patch) | |
| tree | 55e8ea40dd45007873be445cf654e542bdca4e52 /perspective.el | |
| parent | 920d15ef85cd17fb3ab18afc5b0dd5d47dba8852 (diff) | |
Fix compiler warning.
Diffstat (limited to 'perspective.el')
| -rw-r--r-- | perspective.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perspective.el b/perspective.el index 3128a70..9fd8c56 100644 --- a/perspective.el +++ b/perspective.el @@ -1165,6 +1165,7 @@ PERSP-SET-IDO-BUFFERS)." (defun persp-ivy-switch-buffer (arg) "A version of `ivy-switch-buffer' which respects perspectives." (interactive "P") + (declare-function ivy-switch-buffer "ivy.el") (persp--switch-buffer-ivy-counsel-helper arg nil #'ivy-switch-buffer)) ;; Buffer switching integration: Counsel. |
