Fix signature of frame hook function

This got removed in the last refactoring attempt.
This commit is contained in:
Daniel - 2021-03-26 16:38:17 +01:00
джерело d7b2ad0b71
коміт d6584ef521
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: 1C7071A75BB72D64
1 змінених файлів з 1 додано та 1 видалено

@ -278,7 +278,7 @@ In ~%s~:
(delete-other-windows)
(org-capture))
(defun db/delete-frame-if-capture (&rest)
(defun db/delete-frame-if-capture (&rest _r)
"If current frame was made for a capture, close after done."
(when (equal (frame-parameter nil 'name)
"capture")