emacs-diffs
[Top][All Lists]
Advanced

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

master d5f0ede62c4: Make Emacs 21 compat alias obsolete


From: Stefan Kangas
Subject: master d5f0ede62c4: Make Emacs 21 compat alias obsolete
Date: Tue, 29 Aug 2023 12:51:46 -0400 (EDT)

branch: master
commit d5f0ede62c4548012705d649a76c2f38c7bc3d7e
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Make Emacs 21 compat alias obsolete
    
    * lisp/loadhist.el (loadhist-hook-functions): Make Emacs 21
    compatibility alias obsolete.
---
 lisp/loadhist.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 <esr@thyrsus.com>
 ;; 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



reply via email to

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