From: Mark Oteiza Date: Sun, 10 Sep 2017 16:20:06 +0000 (-0400) Subject: ; Add to last commit X-Git-Tag: emacs-26.0.90~204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4973788c6aa2636407b34da840088f635ba6914a;p=emacs.git ; Add to last commit * lisp/xdg.el (xdg-desktop-entry-regexp): Add a commented capture group for future reference. --- 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.")