···23 newLoadPath+=("")
24fi
2526+# NOTE: Even though we treat EMACSNATIVELOADPATH like EMACSLOADPATH in
27+# this wrapper, empty elements in EMACSNATIVELOADPATH have no special
28+# meaning for Emacs. Only non-empty elements in EMACSNATIVELOADPATH
29+# will be prepended to native-comp-eln-load-path.
30+# https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/startup.el?id=3685387e609753293c4518be75e77c659c3b2d8d#n599
31if [[ -n $EMACSNATIVELOADPATH ]]
32then
33 while read -rd: entry