diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-12 20:58:38 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-12 20:58:38 -0400 |
commit | a2027ad648436568053388c5a64375c8a432bad3 (patch) | |
tree | 6da57f41306478e74509c940ea92d704298b4563 /lisp/loadhist.el | |
parent | 8048caab1d4125991b475be0ff8052f319221174 (diff) | |
download | emacs-a2027ad648436568053388c5a64375c8a432bad3.tar.gz |
* lisp/loadhist.el (unload-hook-features-list): Remove obsolete alias.
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r-- | lisp/loadhist.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index e2b2ccd510e..b8d9e2de0db 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -141,8 +141,6 @@ These are symbols with hooklike values whose names don't end in `-hook' or `-hooks', from which `unload-feature' should try to remove pertinent symbols.") -(define-obsolete-variable-alias 'unload-hook-features-list - 'unload-function-defs-list "22.2") (defvar unload-function-defs-list nil "List of definitions in the Lisp library being unloaded. |