emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/editfns.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c,v
Date: Wed, 16 Jul 2008 07:01:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/16 07:01:36

Index: src/editfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/editfns.c,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -b -r1.462 -r1.463
--- src/editfns.c       26 Jun 2008 22:33:33 -0000      1.462
+++ src/editfns.c       16 Jul 2008 07:01:36 -0000      1.463
@@ -1370,7 +1370,7 @@
   if (!pw)
     return Qnil;
 
-  p = (unsigned char *) USER_FULL_NAME;
+  p = (unsigned char *) pw->pw_gecos;
   /* Chop off everything after the first comma. */
   q = (unsigned char *) index (p, ',');
   full = make_string (p, q ? q - p : strlen (p));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]