diff options
| author | Eli Zaretskii | 2025-01-16 17:15:42 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-01-16 17:15:42 +0200 |
| commit | b86b8f52a6fe91af239ddda73dc4d8ee32c26fc0 (patch) | |
| tree | 2acd27a83ab40fac21300fe012c275caa329d3c9 | |
| parent | d30351e03815e5914ec486607441e449c02c6c45 (diff) | |
| download | emacs-b86b8f52a6fe91af239ddda73dc4d8ee32c26fc0.tar.gz emacs-b86b8f52a6fe91af239ddda73dc4d8ee32c26fc0.zip | |
; * lisp/emacs-lisp/rx.el: Remove extra dash. (Bug#75603)
| -rw-r--r-- | lisp/emacs-lisp/rx.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index a0c8e4d607f..8fbe35220f1 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; rx.el --- S-exp notation for regexps --*- lexical-binding: t -*- | 1 | ;;; rx.el --- S-exp notation for regexps -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2025 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||