libgpg-error: Update from 1.27 to 1.29
[termux-packages] / packages / emacs / lisp-loadup.el-2.patch.beforehostbuild
1 diff -u -r ../emacs-25.0.92/lisp/loadup.el ./lisp/loadup.el
2 --- ../emacs-25.0.92/lisp/loadup.el 2016-09-06 09:49:51.838175278 +0300
3 +++ ./lisp/loadup.el 2016-09-06 09:57:18.694585441 +0300
4 @@ -378,7 +378,11 @@
5 (message "Warning: Change in load-path due to site-init will be \
6 lost after dumping")))
7
8 -(setq current-load-list nil)
9 +;; On an emacs that runs undumped, i.e. Android, this causes bogus
10 +;; entries to appear in load-history. Commenting this out causes an entry
11 +;; for loadup.el with a bogus filename to appear instead, but since it
12 +;; neither provides nor requires anything, it appears to be safe.
13 +;;(setq current-load-list nil)
14 ;; Avoid storing references to build directory in the binary.
15 (setq custom-current-group-alist nil)
16