aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorJuanma Barranquero2011-09-09 03:06:52 +0200
committerJuanma Barranquero2011-09-09 03:06:52 +0200
commit5e617bc2b62189768814fafd1a875e89a094d3ef (patch)
treed96d22e012035d044557abf4de0b8e30b03d61b7 /src/editfns.c
parent9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff)
downloademacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz
emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip
Whitespace changes.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 580298c6e7d..596765d899e 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -146,7 +146,7 @@ init_editfns (void)
146 /* If the user name claimed in the environment vars differs from 146 /* If the user name claimed in the environment vars differs from
147 the real uid, use the claimed name to find the full name. */ 147 the real uid, use the claimed name to find the full name. */
148 tem = Fstring_equal (Vuser_login_name, Vuser_real_login_name); 148 tem = Fstring_equal (Vuser_login_name, Vuser_real_login_name);
149 Vuser_full_name = Fuser_full_name (NILP (tem)? make_number (geteuid()) 149 Vuser_full_name = Fuser_full_name (NILP (tem)? make_number (geteuid ())
150 : Vuser_login_name); 150 : Vuser_login_name);
151 151
152 p = getenv ("NAME"); 152 p = getenv ("NAME");
@@ -3254,7 +3254,7 @@ save_restriction_save (void)
3254 end = buildmark (ZV, ZV_BYTE); 3254 end = buildmark (ZV, ZV_BYTE);
3255 3255
3256 /* END must move forward if text is inserted at its exact location. */ 3256 /* END must move forward if text is inserted at its exact location. */
3257 XMARKER(end)->insertion_type = 1; 3257 XMARKER (end)->insertion_type = 1;
3258 3258
3259 return Fcons (beg, end); 3259 return Fcons (beg, end);
3260 } 3260 }