diff options
| author | Mauro Aranda | 2025-03-10 07:45:21 -0300 |
|---|---|---|
| committer | Mauro Aranda | 2025-03-10 07:45:21 -0300 |
| commit | 6d99b74ef7701f00ccf6fe76ba7dbcbde00e241a (patch) | |
| tree | c59e5ad559ca34ccfcece663fcdcf0dd82ff8d95 | |
| parent | 442d16266ee1c83ab56809acb414ac7b41c56f42 (diff) | |
| download | emacs-6d99b74ef7701f00ccf6fe76ba7dbcbde00e241a.tar.gz emacs-6d99b74ef7701f00ccf6fe76ba7dbcbde00e241a.zip | |
Fix Package name for cond-star
* lisp/emacs-lisp/cond-star.el: Fix name. (Bug#76861)
| -rw-r--r-- | lisp/emacs-lisp/cond-star.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cond-star.el b/lisp/emacs-lisp/cond-star.el index 7e21f74e2d2..7c4c1043948 100644 --- a/lisp/emacs-lisp/cond-star.el +++ b/lisp/emacs-lisp/cond-star.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2024-2025 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2024-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: Richard Stallman <rms@gnu.org> | 5 | ;; Maintainer: Richard Stallman <rms@gnu.org> |
| 6 | ;; Package: emacs | 6 | ;; Package: cond-star |
| 7 | ;; Version: 1.0 | 7 | ;; Version: 1.0 |
| 8 | ;; Package-Requires: ((emacs "24.3")) | 8 | ;; Package-Requires: ((emacs "24.3")) |
| 9 | 9 | ||