]> git.eshelyaron.com Git - emacs.git/commit
Avoid looking at localized strings
authorMark Oteiza <mvoteiza@udel.edu>
Sun, 10 Sep 2017 03:12:47 +0000 (23:12 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Sun, 10 Sep 2017 03:14:07 +0000 (23:14 -0400)
commite716538911227e1bedb48978b8025106abce3734
tree36562fd1fdc41b0f0957d14a429ccabe09569287
parent3ef0c1648488c18f71b266bea2f3bfa8dbc68c98
Avoid looking at localized strings

* lisp/xdg.el (xdg-desktop-read-group): Add condition to catch
localized strings.
* test/lisp/xdg-tests.el (xdg-desktop-parsing): Add test to ensure
parsing l10n strings doesn't error but is essentially a no-op.
lisp/xdg.el
test/data/xdg/l10n.desktop [new file with mode: 0644]
test/lisp/xdg-tests.el