From: Eli Zaretskii Date: Thu, 16 Jan 2025 15:15:42 +0000 (+0200) Subject: ; * lisp/emacs-lisp/rx.el: Remove extra dash. (Bug#75603) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c400e49a7dd2995fdcb78e5ddb4ab50b2537c9d;p=emacs.git ; * lisp/emacs-lisp/rx.el: Remove extra dash. (Bug#75603) (cherry picked from commit b86b8f52a6fe91af239ddda73dc4d8ee32c26fc0) --- 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.