* lisp/loadhist.el (unload-hook-features-list): Remove obsolete alias.

This commit is contained in:
Glenn Morris 2018-03-12 20:58:38 -04:00
parent 8048caab1d
commit a2027ad648
2 changed files with 5 additions and 7 deletions

View file

@ -321,11 +321,11 @@ speedbar-add-ignored-path-regexp, speedbar-buffers-line-path,
speedbar-buffers-line-path, speedbar-ignored-path-expressions,
speedbar-ignored-path-regexp, speedbar-line-path, speedbar-path-line,
timer-set-time-with-usecs, tooltip-gud-display, tooltip-gud-modes,
tooltip-gud-toggle-dereference, update-autoloads-from-directories,
vc-comment-ring, vc-comment-ring-index, vc-comment-search-forward,
vc-comment-search-reverse, vc-comment-to-change-log, vc-diff-switches-list,
vc-next-comment, vc-previous-comment, view-todo, x-lost-selection-hooks,
x-sent-selection-hooks
tooltip-gud-toggle-dereference, unload-hook-features-list,
update-autoloads-from-directories, vc-comment-ring, vc-comment-ring-index,
vc-comment-search-forward, vc-comment-search-reverse, vc-comment-to-change-log,
vc-diff-switches-list, vc-next-comment, vc-previous-comment, view-todo,
x-lost-selection-hooks, x-sent-selection-hooks
* Incompatible Lisp Changes in Emacs 27.1

View file

@ -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.