From a2027ad648436568053388c5a64375c8a432bad3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 12 Mar 2018 20:58:38 -0400 Subject: [PATCH] * lisp/loadhist.el (unload-hook-features-list): Remove obsolete alias. --- etc/NEWS | 10 +++++----- lisp/loadhist.el | 2 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 9eb28e18f71..c0de56d2cd1 100644 --- a/etc/NEWS +++ b/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 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. -- 2.39.5