diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2018-01-21 17:41:43 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2018-01-21 17:41:43 +0000 |
commit | 92b4223f8cfc7bddbe976a94af0901ef438a4ff2 (patch) | |
tree | bdc8bbe97c27f1b95a34f682e4e21c0fc658c347 /sx-question-list.el | |
parent | 9488c03726464e4bd0ed0b448d203c5c7f8c212f (diff) |
Use get-window-with-predicate
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index ea91045..32451ed 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -525,7 +525,7 @@ that may currently be there." (interactive "p") (sx-question-list-next n) (sx-question-mode--display - (tabulated-list-get-id) + (tabulated-list-get-id) (sx-question-list--create-question-window))) (defun sx-question-list--create-question-window () |