0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-08 05:01:49 +00:00
Files
termux-packages/packages/emacs/no_user_fullname.patch
2025-03-02 13:57:34 +01: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;