diff options
| author | Stefan Kangas | 2022-06-19 03:36:45 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-06-19 14:32:13 +0200 |
| commit | 176256cf2f80be2a692df444c7c79e9d6575c59b (patch) | |
| tree | a4f987fd0e49c2817c65b9d449c5bccecc265b31 | |
| parent | 491fb413b1a44c7a3ac1eb101a8b1b7cd2ba04cf (diff) | |
| download | emacs-176256cf2f80be2a692df444c7c79e9d6575c59b.tar.gz emacs-176256cf2f80be2a692df444c7c79e9d6575c59b.zip | |
* lisp/obsolete/eieio-compat.el: Add missing Obsolete-since line.
| -rw-r--r-- | lisp/obsolete/eieio-compat.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/obsolete/eieio-compat.el b/lisp/obsolete/eieio-compat.el index 8d8211b8498..b31bde4efba 100644 --- a/lisp/obsolete/eieio-compat.el +++ b/lisp/obsolete/eieio-compat.el | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: OO, lisp | 6 | ;; Keywords: OO, lisp |
| 7 | ;; Package: eieio | 7 | ;; Package: eieio |
| 8 | ;; Obsolete-since: 29.1 | ||
| 8 | 9 | ||
| 9 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 10 | 11 | ||