aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-10-16 15:22:00 +0000
committerRichard M. Stallman <[email protected]>2004-10-16 15:22:00 +0000
commit5172bdd1bbc40ea05104e59eccc97849abb35669 (patch)
tree5e0f35347c4be357eeea9908ab484b1a43db4d48 /lisp
parent61f1ca4e1d1f43a37a5c7a0b7df85ff13c78be18 (diff)
(elp-unload-hook): Set the variable.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/elp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el
index f8d41f200d..17991067fa 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)