mirror of
https://github.com/SqrtMinusOne/perspective-exwm.el.git
synced 2025-12-10 12:53:02 +03:00
Merge pull request #1 from syohex/byte-compile-warnings
Fix byte-compile warnings
This commit is contained in:
commit
26179187bb
1 changed files with 2 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ If MOVE is t, move the perspective instead."
|
|||
(error "Perspective with name \"%s\" already exists on the target workspace" persp-name))
|
||||
(with-selected-frame target-workspace
|
||||
(with-perspective persp-name
|
||||
(mapcar #'persp-add-buffer buffers)
|
||||
(mapc #'persp-add-buffer buffers)
|
||||
(burly-open-url url))
|
||||
(persp-switch persp-name)
|
||||
(persp-update-modestring))
|
||||
|
|
@ -367,8 +367,7 @@ e.g. like this:
|
|||
((or \"Firefox\" \"Nightly\") (perspective-exwm-assign-window
|
||||
:workspace-index 2
|
||||
:persp-name \"browser\"))))"
|
||||
(let ((buffer-name (buffer-name))
|
||||
(buffer (current-buffer)))
|
||||
(let ((buffer (current-buffer)))
|
||||
(when (and workspace-index (not (= workspace-index exwm-workspace-current-index)))
|
||||
(exwm-workspace-move-window workspace-index))
|
||||
(when persp-name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue