diff options
| author | Stefan Kangas | 2023-08-29 18:49:02 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-08-29 18:50:32 +0200 |
| commit | d5f0ede62c4548012705d649a76c2f38c7bc3d7e (patch) | |
| tree | f16e8155dd293b3736c2d17e70b546749e153ae6 | |
| parent | f7712bc82a9de80ccbe5da0a36adfd7153d289de (diff) | |
| download | emacs-d5f0ede62c4548012705d649a76c2f38c7bc3d7e.tar.gz emacs-d5f0ede62c4548012705d649a76c2f38c7bc3d7e.zip | |
Make Emacs 21 compat alias obsolete
* lisp/loadhist.el (loadhist-hook-functions): Make Emacs 21
compatibility alias obsolete.
| -rw-r--r-- | lisp/loadhist.el | 5 |
1 files 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 @@ | |||
| 1 | ;;; loadhist.el --- lisp functions for working with feature groups -*- lexical-binding: t -*- | 1 | ;;; loadhist.el --- lisp functions for working with feature groups -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1998, 2000-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S. Raymond <esr@thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@thyrsus.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| @@ -108,7 +108,8 @@ from a file." | |||
| 108 | features)) | 108 | features)) |
| 109 | features))))) | 109 | features))))) |
| 110 | 110 | ||
| 111 | (defvaralias 'loadhist-hook-functions 'unload-feature-special-hooks) | 111 | (define-obsolete-variable-alias 'loadhist-hook-functions |
| 112 | 'unload-feature-special-hooks "30.1") | ||
| 112 | (defvar unload-feature-special-hooks | 113 | (defvar unload-feature-special-hooks |
| 113 | '(after-change-functions after-insert-file-functions | 114 | '(after-change-functions after-insert-file-functions |
| 114 | after-make-frame-functions auto-coding-functions | 115 | after-make-frame-functions auto-coding-functions |