]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add to last commit
authorMark Oteiza <mvoteiza@udel.edu>
Sun, 10 Sep 2017 16:20:06 +0000 (12:20 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Sun, 10 Sep 2017 16:20:06 +0000 (12:20 -0400)
* lisp/xdg.el (xdg-desktop-entry-regexp): Add a commented capture group
for future reference.

lisp/xdg.el

index 8a475ce7d90fe5fbfc9051e642fe829893a34a2f..183d050cc680a9885398513cedfdea3ac128a597 100644 (file)
@@ -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.")