Fix unintern calls (missing second argument)

This commit is contained in:
Henrik Lissner
2018-06-22 01:10:08 +02:00
parent 0d19b9e61c
commit 8c5deef5fc
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ Examples:
(fn (intern (format "+company|init-%s" mode))))
(cond ((null (car-safe backends))
(remove-hook hook fn)
(unintern fn))
(unintern fn nil))
((fset fn
(lambda ()
(when (or (eq major-mode mode)