emacsWithPackages: add a note for EMACSNATIVELOADPATH

authored by Lin Jian and committed by Anderson Torres 3e025f13 7f8cd3d8

+5
+5
pkgs/build-support/emacs/wrapper.sh
··· 23 23 newLoadPath+=("") 24 24 fi 25 25 26 + # 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 26 31 if [[ -n $EMACSNATIVELOADPATH ]] 27 32 then 28 33 while read -rd: entry