Files
termux-packages/packages/emacs/no_user_fullname.patch
2025-03-02 13:06:47 +00:00

12 lines
242 B
Diff

--- ./src/editfns.c.orig 2025-02-26 23:19:22.260985198 +0100
+++ ./src/editfns.c 2025-02-26 23:21:57.449209328 +0100
@@ -1247,7 +1247,7 @@
if (!pw)
return Qnil;
- p = USER_FULL_NAME;
+ p = "termux";
if (!p)
return Qnil;