From 3c400e49a7dd2995fdcb78e5ddb4ab50b2537c9d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 16 Jan 2025 17:15:42 +0200 Subject: [PATCH] ; * lisp/emacs-lisp/rx.el: Remove extra dash. (Bug#75603) (cherry picked from commit b86b8f52a6fe91af239ddda73dc4d8ee32c26fc0) --- lisp/emacs-lisp/rx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -;;; rx.el --- S-exp notation for regexps --*- lexical-binding: t -*- +;;; rx.el --- S-exp notation for regexps -*- lexical-binding: t -*- ;; Copyright (C) 2001-2025 Free Software Foundation, Inc. -- 2.39.5