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
parent d7b2ad0b71
commit d6584ef521
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 1C7071A75BB72D64
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

@ -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")