comparison src/editfns.c @ 4266:c5a2b80bc4fa

[xemacs-hg @ 2007-11-14 18:51:20 by aidan] Import make-temp-name (the functionality of mkstemp(3)) from GNU.
author aidan
date Wed, 14 Nov 2007 18:51:31 +0000
parents 0a63e5de7bdc
children d9eb5ea14f65
comparison
equal deleted inserted replaced
4265:dc697b1b786f 4266:c5a2b80bc4fa
2539 Fprovide (intern ("ampersand-full-name")); 2539 Fprovide (intern ("ampersand-full-name"));
2540 #endif 2540 #endif
2541 2541
2542 DEFVAR_LISP ("user-full-name", &Vuser_full_name /* 2542 DEFVAR_LISP ("user-full-name", &Vuser_full_name /*
2543 *The name of the user. 2543 *The name of the user.
2544 The function `user-full-name', which will return the value of this 2544 The function `user-full-name' will return the value of this variable, when
2545 variable, when called without arguments. 2545 called without arguments.
2546 This is initialized to the value of the NAME environment variable. 2546 This is initialized to the value of the NAME environment variable.
2547 */ ); 2547 */ );
2548 /* Initialized at run-time. */ 2548 /* Initialized at run-time. */
2549 Vuser_full_name = Qnil; 2549 Vuser_full_name = Qnil;
2550 } 2550 }