]> git.eshelyaron.com Git - emacs.git/commit
Don't override load-path in require-theme
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 5 Mar 2021 11:02:20 +0000 (11:02 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Fri, 5 Mar 2021 11:02:20 +0000 (11:02 +0000)
commit0ddbacca7d45e68a3235489de94293335891806c
tree7c46710ce979f44a7a44da00e20fc27b87468de2
parent77ec25122c9a7855657de564101c9fe763b91013
Don't override load-path in require-theme

* lisp/custom.el (require-theme): Open-code 'require' error, because
binding load-path can prevent other libraries from loading on error,
such as debug.el, which gives a misleading error.  (Bug#45068)
lisp/custom.el