emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117307: Spelling fix.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117307: Spelling fix.
Date: Wed, 11 Jun 2014 17:54:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117307
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2014-06-11 10:54:07 -0700
message:
  Spelling fix.
modified:
  src/alloc.c                    alloc.c-20091113204419-o5vbwnq5f7feedwu-252
=== modified file 'src/alloc.c'
--- a/src/alloc.c       2014-06-09 15:03:49 +0000
+++ b/src/alloc.c       2014-06-11 17:54:07 +0000
@@ -4556,7 +4556,7 @@
 {
   return !((intptr_t) p % (USE_LSB_TAG ? GCALIGNMENT : 2));
 }
-  
+
 /* If P points to Lisp data, mark that as live if it isn't already
    marked.  */
 
@@ -5023,7 +5023,7 @@
 {
   if (PURE_POINTER_P (str))
     return 0;
-#if GC_MARK_STACK  
+#if GC_MARK_STACK
   if (str)
     {
       struct sdata *sdata
@@ -5037,7 +5037,7 @@
                && (const char *) sdata->string->data == str);
     }
   return 0;
-#endif /* GC_MARK_STACK */  
+#endif /* GC_MARK_STACK */
   return -1;
 }
 
@@ -5882,9 +5882,9 @@
 #elif (GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE)
   /* Old GCPROs-based method without stack marking.  */
   return garbage_collect_1 (NULL);
-#else  
+#else
   emacs_abort ();
-#endif /* GC_MARK_STACK */  
+#endif /* GC_MARK_STACK */
 }
 
 /* Mark Lisp objects in glyph matrix MATRIX.  Currently the
@@ -5979,7 +5979,7 @@
 mark_compiled (struct Lisp_Vector *ptr)
 {
   int i, size = ptr->header.size & PSEUDOVECTOR_SIZE_MASK;
-  
+
   VECTOR_MARK (ptr);
   for (i = 0; i < size; i++)
     if (i != COMPILED_CONSTANTS)
@@ -6057,7 +6057,7 @@
   struct Lisp_Buffer_Local_Value *blv = SYMBOL_BLV (ptr);
   Lisp_Object where = blv->where;
   /* If the value is set up for a killed buffer or deleted
-     frame, restore it's global binding.  If the value is
+     frame, restore its global binding.  If the value is
      forwarded to a C variable, either it's not a Lisp_Object
      var, or it's staticpro'd already.  */
   if ((BUFFERP (where) && !BUFFER_LIVE_P (XBUFFER (where)))


reply via email to

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