]> git.eshelyaron.com Git - emacs.git/commit
Improve robustness of shadowfile.el
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 26 Aug 2021 11:14:19 +0000 (13:14 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 26 Aug 2021 11:14:19 +0000 (13:14 +0200)
commite5f82c130599c977adb65c40daab15c7c9a3dc26
tree4a391b4bd8c7711bdaf9964418e77be3fb6c2d55
parentfbf2933e6907c1344c0b543c3f05cb3cfcc0ebc3
Improve robustness of shadowfile.el

* lisp/shadowfile.el (shadow-site-help): New defconst.
(shadow-read-site): Use it.
(shadow-make-fullname, shadow-contract-file-name)
(shadow-define-literal-group): Handle errors more robust.  (Bug#49596)

* test/lisp/shadowfile-tests.el (shadow-test06-literal-groups):
Extend test.
lisp/shadowfile.el
test/lisp/shadowfile-tests.el