From: Richard M. Stallman Date: Sun, 4 Nov 2007 06:57:16 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-pretest-22.1.90~430 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6519d955f965373c6142fcdaad738cd4bf575038;p=emacs.git Whitespace change. --- diff --git a/src/textprop.c b/src/textprop.c index 8ce5656e5a2..2026cded9d1 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -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); }