emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/textprop.c,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/textprop.c,v
Date: Fri, 09 Nov 2007 09:45:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/11/09 09:45:31

Index: src/textprop.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/textprop.c,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -b -r1.157 -r1.158
--- src/textprop.c      17 Oct 2007 23:43:51 -0000      1.157
+++ src/textprop.c      9 Nov 2007 09:45:26 -0000       1.158
@@ -713,7 +713,7 @@
   Lisp_Object overlay;
   Lisp_Object val
     = get_char_property_and_overlay (position, prop, object, &overlay);
-  return Fcons(val, overlay);
+  return Fcons (val, overlay);
 }
 
 




reply via email to

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