emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4973788: ; Add to last commit


From: Mark Oteiza
Subject: [Emacs-diffs] master 4973788: ; Add to last commit
Date: Sun, 10 Sep 2017 12:20:59 -0400 (EDT)

branch: master
commit 4973788c6aa2636407b34da840088f635ba6914a
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; 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 8a475ce..183d050 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]