diff options
| -rw-r--r-- | lisp/emacs-lisp/elp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index f8d41f200d2..17991067fab 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el | |||
| @@ -626,6 +626,7 @@ displayed." | |||
| 626 | 626 | ||
| 627 | (defun elp-unload-hook () | 627 | (defun elp-unload-hook () |
| 628 | (elp-restore-all)) | 628 | (elp-restore-all)) |
| 629 | (add-hook 'elp-unload-hook 'elp-unload-hook) | ||
| 629 | 630 | ||
| 630 | (provide 'elp) | 631 | (provide 'elp) |
| 631 | 632 | ||