From: Richard M. Stallman Date: Sat, 16 Oct 2004 15:22:00 +0000 (+0000) Subject: (elp-unload-hook): Set the variable. X-Git-Tag: ttn-vms-21-2-B4~4549 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5172bdd1bbc40ea05104e59eccc97849abb35669;p=emacs.git (elp-unload-hook): Set the variable. --- 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." (defun elp-unload-hook () (elp-restore-all)) +(add-hook 'elp-unload-hook 'elp-unload-hook) (provide 'elp)