summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/elp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-10-16 15:22:00 +0000
committerRichard M. Stallman <rms@gnu.org>2004-10-16 15:22:00 +0000
commit5172bdd1bbc40ea05104e59eccc97849abb35669 (patch)
tree5e0f35347c4be357eeea9908ab484b1a43db4d48 /lisp/emacs-lisp/elp.el
parent61f1ca4e1d1f43a37a5c7a0b7df85ff13c78be18 (diff)
downloademacs-5172bdd1bbc40ea05104e59eccc97849abb35669.tar.gz
emacs-5172bdd1bbc40ea05104e59eccc97849abb35669.tar.bz2
emacs-5172bdd1bbc40ea05104e59eccc97849abb35669.zip
(elp-unload-hook): Set the variable.
Diffstat (limited to 'lisp/emacs-lisp/elp.el')
-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 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)