]> git.eshelyaron.com Git - emacs.git/commitdiff
(elp-unload-hook): Set the variable.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 15:22:00 +0000 (15:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 15:22:00 +0000 (15:22 +0000)
lisp/emacs-lisp/elp.el

index f8d41f200d2623fffafa054a353a5f1dc316a7e0..17991067fab1024d7c658172646e371d65189ea9 100644 (file)
@@ -626,6 +626,7 @@ displayed."
 
 (defun elp-unload-hook ()
   (elp-restore-all))
+(add-hook 'elp-unload-hook 'elp-unload-hook)
 \f
 (provide 'elp)