Fix signature of frame hook function

This got removed in the last refactoring attempt.
Этот коммит содержится в:
Daniel - 2021-03-26 16:38:17 +01:00
родитель d7b2ad0b71
Коммит d6584ef521
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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")