]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/loadhist.el (unload-hook-features-list): Remove obsolete alias.
authorGlenn Morris <rgm@gnu.org>
Tue, 13 Mar 2018 00:58:38 +0000 (20:58 -0400)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:15:04 +0000 (14:15 +0800)
etc/NEWS
lisp/loadhist.el

index 57a8ccdedee527e01d3c03b4d732e31246fcd5c5..6fa868e9a9c9dab68d216ca227bc0214f7e08f9b 100644 (file)
--- 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
 
 \f
 * Incompatible Lisp Changes in Emacs 27.1
index e2b2ccd510e37e57b2bdc5dfe470a10a737d8e61..b8d9e2de0dbf3b4a584c61c9640809f60ceaf851 100644 (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.