You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
394 B
11 lines
394 B
--- ../emacs.orig/lisp/cus-start.el 2019-12-26 17:20:12.000000000 +0100
|
|
+++ ./lisp/cus-start.el 2019-12-27 14:18:51.628517987 +0100
|
|
@@ -290,7 +290,7 @@
|
|
"/tmp"))
|
|
(t
|
|
(or (getenv "TMPDIR") (getenv "TMP") (getenv "TEMP")
|
|
- "/tmp"))))
|
|
+ "@TERMUX_PREFIX@/tmp"))))
|
|
:initialize custom-initialize-delay)
|
|
;; fns.c
|
|
(use-dialog-box menu boolean "21.1")
|
|
|