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 金鑰 ID: 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")