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 [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/textprop.c,v [EMACS_22_BASE]
Date: Sun, 04 Nov 2007 06:57:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/11/04 06:57:16

Index: textprop.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/textprop.c,v
retrieving revision 1.154.2.2
retrieving revision 1.154.2.3
diff -u -b -r1.154.2.2 -r1.154.2.3
--- textprop.c  8 Aug 2007 07:49:13 -0000       1.154.2.2
+++ textprop.c  4 Nov 2007 06:57:16 -0000       1.154.2.3
@@ -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]