General cleanup & refactor
This commit is contained in:
parent
a76693c7e2
commit
85c28444b3
4 changed files with 6 additions and 6 deletions
|
@ -64,7 +64,7 @@
|
|||
(switch-to-buffer a)
|
||||
(should (eq (current-buffer) a))
|
||||
(should (eq (selected-window) (get-buffer-window a)))
|
||||
(split-window)
|
||||
(split-window nil 1)
|
||||
(switch-to-buffer b)
|
||||
(should (eq (current-buffer) b))
|
||||
(should (eq (selected-window) (get-buffer-window b)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue