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
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ In ~%s~:
(delete-other-windows) (delete-other-windows)
(org-capture)) (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." "If current frame was made for a capture, close after done."
(when (equal (frame-parameter nil 'name) (when (equal (frame-parameter nil 'name)
"capture") "capture")