From 4973788c6aa2636407b34da840088f635ba6914a Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Sun, 10 Sep 2017 12:20:06 -0400 Subject: [PATCH] ; Add to last commit * lisp/xdg.el (xdg-desktop-entry-regexp): Add a commented capture group for future reference. --- lisp/xdg.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/xdg.el b/lisp/xdg.el index 8a475ce7d90..183d050cc68 100644 --- a/lisp/xdg.el +++ b/lisp/xdg.el @@ -163,6 +163,7 @@ This should be called at the beginning of a line." ;; notion of l10n/i18n (defconst xdg-desktop-entry-regexp (rx (group-n 1 (+ (in "A-Za-z0-9-"))) + ;; (? "[" (group-n 3 (+ nonl)) "]") (* blank) "=" (* blank) (group-n 2 (* nonl))) "Regexp matching desktop file entry key-value pairs.") -- 2.39.2