Fix unintern calls (missing second argument)
This commit is contained in:
parent
0d19b9e61c
commit
8c5deef5fc
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ Used by `+lookup/in-docsets' and `+lookup/documentation'."
|
|||
(hook (intern (format "%s-hook" mode))))
|
||||
(cond ((null (car-safe docsets))
|
||||
(remove-hook hook fn)
|
||||
(unintern fn))
|
||||
(unintern fn nil))
|
||||
((fset fn
|
||||
(lambda ()
|
||||
(let ((var-sym (if (featurep! :completion ivy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue