From: Stefan Kangas Date: Tue, 29 Aug 2023 16:49:02 +0000 (+0200) Subject: Make Emacs 21 compat alias obsolete X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5f0ede62c4548012705d649a76c2f38c7bc3d7e;p=emacs.git Make Emacs 21 compat alias obsolete * lisp/loadhist.el (loadhist-hook-functions): Make Emacs 21 compatibility alias obsolete. --- diff --git a/lisp/loadhist.el b/lisp/loadhist.el index eb87016695c..3800ea70ea4 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -1,6 +1,6 @@ ;;; loadhist.el --- lisp functions for working with feature groups -*- lexical-binding: t -*- -;; Copyright (C) 1995, 1998, 2000-2023 Free Software Foundation, Inc. +;; Copyright (C) 1995-2023 Free Software Foundation, Inc. ;; Author: Eric S. Raymond ;; Maintainer: emacs-devel@gnu.org @@ -108,7 +108,8 @@ from a file." features)) features))))) -(defvaralias 'loadhist-hook-functions 'unload-feature-special-hooks) +(define-obsolete-variable-alias 'loadhist-hook-functions + 'unload-feature-special-hooks "30.1") (defvar unload-feature-special-hooks '(after-change-functions after-insert-file-functions after-make-frame-functions auto-coding-functions