diff options
| author | Constantine Vetoshev <gepardcv@gmail.com> | 2020-03-03 10:23:07 -0800 |
|---|---|---|
| committer | Constantine Vetoshev <gepardcv@gmail.com> | 2020-03-03 10:23:07 -0800 |
| commit | be1aeb640996c2fb29b3a373cc75f1296edc5914 (patch) | |
| tree | bbbad288febb95d6d3e626e99c26355da77e8a66 | |
| parent | c5d884db36f83429c9894392bad5dfab0e2ec8d6 (diff) | |
Fix comments.
| -rw-r--r-- | perspective.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perspective.el b/perspective.el index e42c865..f66dbb4 100644 --- a/perspective.el +++ b/perspective.el @@ -1,6 +1,6 @@ ;;; perspective.el --- switch between named "perspectives" of the editor -*- lexical-binding: t; -*- -;; Copyright (C) 2008-2018 Natalie Weizenbaum <nex342@gmail.com> +;; Copyright (C) 2008-2020 Natalie Weizenbaum <nex342@gmail.com> ;; ;; Licensed under the same terms as Emacs and under the MIT license. @@ -877,7 +877,6 @@ See also `persp-add-buffer'." (frame (window-frame window)) (old-buffer (window-buffer window))) ad-do-it - (let ((buffer (window-buffer window))) (with-selected-frame frame (unless (persp-is-current-buffer buffer) |
