Eli Zaretskii writes: >> From: Thierry Volpiatto >> Date: Thu, 16 Jan 2025 14:21:13 +0000 >> >> >> It seems the first line of rx.el is wrong: >> >> ";;; rx.el --- S-exp notation for regexps --*- lexical-binding: t -*-" >> >> Perhaps the extra space and "-" can be removed? > > I've removed the extra dash, thanks. > > As for the whitespace, I believe it is there on purpose -- to push the > lexical-binding cookie to the far right edge. We have quite a few > other Lisp files that doe the same. So I left that part alone. Good to know, thanks! -- Thierry