1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(elp-unload-hook): Set the variable.

This commit is contained in:
Richard M. Stallman 2004-10-16 15:22:00 +00:00
parent 61f1ca4e1d
commit 5172bdd1bb

View File

@ -626,6 +626,7 @@ displayed."
(defun elp-unload-hook ()
(elp-restore-all))
(add-hook 'elp-unload-hook 'elp-unload-hook)
(provide 'elp)