Loading pkgs/build-support/emacs/wrapper.sh +5 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,11 @@ else newLoadPath+=("") fi # NOTE: Even though we treat EMACSNATIVELOADPATH like EMACSLOADPATH in # this wrapper, empty elements in EMACSNATIVELOADPATH have no special # meaning for Emacs. Only non-empty elements in EMACSNATIVELOADPATH # will be prepended to native-comp-eln-load-path. # https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/startup.el?id=3685387e609753293c4518be75e77c659c3b2d8d#n599 if [[ -n $EMACSNATIVELOADPATH ]] then while read -rd: entry Loading Loading
pkgs/build-support/emacs/wrapper.sh +5 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,11 @@ else newLoadPath+=("") fi # NOTE: Even though we treat EMACSNATIVELOADPATH like EMACSLOADPATH in # this wrapper, empty elements in EMACSNATIVELOADPATH have no special # meaning for Emacs. Only non-empty elements in EMACSNATIVELOADPATH # will be prepended to native-comp-eln-load-path. # https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/startup.el?id=3685387e609753293c4518be75e77c659c3b2d8d#n599 if [[ -n $EMACSNATIVELOADPATH ]] then while read -rd: entry Loading