Fix wrong number of arguments to remove-hook

This commit is contained in:
TEC 2022-10-04 00:01:59 +08:00
parent 8910fa28b7
commit 4f020b89eb
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -1667,7 +1667,7 @@ This should only be run as an export hook."
'org-glossary--deregister-buffer-dependencies nil t))
(org-glossary--deregister-buffer-dependencies)
(remove-hook 'kill-buffer-hook
'org-glossary--deregister-buffer-dependencies nil t))
'org-glossary--deregister-buffer-dependencies t))
org-glossary-mode)
(defun org-glossary--fontify-find-next (&optional limit)