org-mks: Do not leave window around

* lisp/org-macs.el (org-mks): Make sure that selection window is
closed upon exiting.  See also fef873b1c.

Reported-by: Björn Bidar <bjorn.bidar@thaodan.de>
Link: https://orgmode.org/list/874jdg2ipo.fsf@
This commit is contained in:
Ihor Radchenko 2024-03-12 15:12:42 +03:00
parent 72b0e9ff04
commit a1b8554f6f
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 0 deletions

View File

@ -545,6 +545,7 @@ is selected, only the bare key is returned."
;; selection prefix.
((assoc current specials) (throw 'exit current))
(t (error "No entry available")))))))
(quit-window)
(when buffer (kill-buffer buffer))))))