]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2007 06:57:16 +0000 (06:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2007 06:57:16 +0000 (06:57 +0000)
src/textprop.c

index 8ce5656e5a28fe73d4ba172429587488569cd33d..2026cded9d1a1922bcf907992dd486524b84cdcc 100644 (file)
@@ -713,7 +713,7 @@ POSITION is at the end of OBJECT, both car and cdr are nil.  */)
   Lisp_Object overlay;
   Lisp_Object val
     = get_char_property_and_overlay (position, prop, object, &overlay);
-  return Fcons(val, overlay);
+  return Fcons (val, overlay);
 }
 
 \f