diff lisp/emacs-lisp/elp.el @ 57520:b7788b1f6e70

(elp-unload-hook): Set the variable.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Oct 2004 15:22:00 +0000
parents eee6cc3fe45e
children 9fdca2852881 f3ec05478165
line wrap: on
line diff
--- a/lisp/emacs-lisp/elp.el	Sat Oct 16 15:21:10 2004 +0000
+++ b/lisp/emacs-lisp/elp.el	Sat Oct 16 15:22:00 2004 +0000
@@ -626,6 +626,7 @@
 
 (defun elp-unload-hook ()
   (elp-restore-all))
+(add-hook 'elp-unload-hook 'elp-unload-hook)
 
 (provide 'elp)