emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a2027ad: * lisp/loadhist.el (unload-hook-features-l


From: Glenn Morris
Subject: [Emacs-diffs] master a2027ad: * lisp/loadhist.el (unload-hook-features-list): Remove obsolete alias.
Date: Mon, 12 Mar 2018 20:58:46 -0400 (EDT)

branch: master
commit a2027ad648436568053388c5a64375c8a432bad3
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 9eb28e1..c0de56d 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 e2b2ccd..b8d9e2d 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]