Use primitive-load to avoid compilation
Since the docstrings are no longer docstring the undonerc file doesn't need to be compiled anymore.
This commit is contained in:
parent
bf68193be8
commit
641d76c490
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
||||||
(save-module-excursion
|
(save-module-excursion
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(set-current-module (resolve-module '(undone main)))
|
(set-current-module (resolve-module '(undone main)))
|
||||||
(load rc-file))))
|
(primitive-load rc-file))))
|
||||||
|
|
||||||
(define (update args)
|
(define (update args)
|
||||||
(let ((item
|
(let ((item
|
||||||
|
|
Loading…
Reference in a new issue