Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f5ff08b0
Commit
f5ff08b0
authored
Jul 30, 1993
by
Richard M. Stallman
Browse files
(syms_of_editfns): Just staticpro Vuser...name
and Vsystem_name; don't make them Lisp variables.
parent
304188d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
src/editfns.c
src/editfns.c
+4
-11
No files found.
src/editfns.c
View file @
f5ff08b0
...
...
@@ -1492,17 +1492,10 @@ Case is ignored if `case-fold-search' is non-nil in the current buffer.")
void
syms_of_editfns ()
{
DEFVAR_LISP ("system-name", &Vsystem_name,
"The name of the machine Emacs is running on.");
DEFVAR_LISP ("user-full-name", &Vuser_full_name,
"The full name of the user logged in.");
DEFVAR_LISP ("user-name", &Vuser_name,
"The user's name, based on the effective uid.");
DEFVAR_LISP ("user-real-name", &Vuser_real_name,
"The user's name, base upon the real uid.");
staticpro (&Vuser_name);
staticpro (&Vuser_full_name);
staticpro (&Vuser_real_name);
staticpro (&Vsystem_name);
defsubr (&Schar_equal);
defsubr (&Sgoto_char);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment