diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-10-16 15:22:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-10-16 15:22:00 +0000 |
commit | 5172bdd1bbc40ea05104e59eccc97849abb35669 (patch) | |
tree | 5e0f35347c4be357eeea9908ab484b1a43db4d48 /lisp/emacs-lisp/elp.el | |
parent | 61f1ca4e1d1f43a37a5c7a0b7df85ff13c78be18 (diff) | |
download | emacs-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.el | 1 |
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) |