* lisp/loadhist.el (unload-hook-features-list): Remove obsolete alias.
This commit is contained in:
parent
8048caab1d
commit
a2027ad648
2 changed files with 5 additions and 7 deletions
10
etc/NEWS
10
etc/NEWS
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue