changeset 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 817362bee028
children 3ac03a07be63
files lisp/emacs-lisp/elp.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)