emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src xdisp.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src xdisp.c
Date: Mon, 28 Sep 2009 17:47:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/09/28 17:47:49

Modified files:
        src            : xdisp.c 

Log message:
        (extend_face_to_end_of_line): Fix formatting of comments.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/xdisp.c?cvsroot=emacs&r1=1.1306&r2=1.1307

Patches:
Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1306
retrieving revision 1.1307
diff -u -b -r1.1306 -r1.1307
--- xdisp.c     28 Sep 2009 02:01:53 -0000      1.1306
+++ xdisp.c     28 Sep 2009 17:47:48 -0000      1.1307
@@ -16181,7 +16181,8 @@
   /* If current character of IT is not ASCII, make sure we have the
          ASCII face.  This will be automatically undone the next time
          get_next_display_element returns a multibyte character.  Note
-         that the character will always be single byte in unibyte text.  */
+     that the character will always be single byte in unibyte
+     text.  */
   if (!ASCII_CHAR_P (it->c))
     {
       it->face_id = FACE_FOR_CHAR (f, face, 0, -1, Qnil);




reply via email to

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