diff options
author | jao <jao@gnu.org> | 2021-06-01 03:32:31 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-06-01 03:32:31 +0100 |
commit | 66c944281950e7d4df60e376277ee76f3c4283ed (patch) | |
tree | a4f07d24a6a4dc43c8378bc911cbb95b58532df2 | |
parent | fa9ab587e9a9f57c9de17eec25809f972b61bc42 (diff) | |
download | elibs-66c944281950e7d4df60e376277ee76f3c4283ed.tar.gz elibs-66c944281950e7d4df60e376277ee76f3c4283ed.tar.bz2 |
not sure how to drive eln compilation
-rw-r--r-- | init.org | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2314,10 +2314,7 @@ (save-buffer)) (let ((filename (expand-file-name buffer-file-name))) (with-temp-buffer - (if (not (native-comp-available-p)) - (byte-compile-file filename t) - (native-compile filename) - (load-library (file-name-base filename)))))) + (byte-compile-file filename t)))) #+end_src |