emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/indent.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/indent.c
Date: Sun, 23 Jan 2005 17:18:27 -0500

Index: emacs/src/indent.c
diff -c emacs/src/indent.c:1.174 emacs/src/indent.c:1.175
*** emacs/src/indent.c:1.174    Wed Jan 19 23:17:00 2005
--- emacs/src/indent.c  Sun Jan 23 22:18:26 2005
***************
*** 1,6 ****
  /* Indentation functions.
!    Copyright (C) 1985,86,87,88,93,94,95,98,2000,01,02,03,2004
!    Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* Indentation functions.
!    Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1998, 2000, 2001,
!      2002, 2003, 2004, 2005  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 340,346 ****
  Ignores finite width of frame, which means that this function may return
  values greater than (frame-width).
  Whether the line is visible (if `selective-display' is t) has no effect;
! however, ^M is treated as end of line when `selective-display' is t.  */)
       ()
  {
    Lisp_Object temp;
--- 340,348 ----
  Ignores finite width of frame, which means that this function may return
  values greater than (frame-width).
  Whether the line is visible (if `selective-display' is t) has no effect;
! however, ^M is treated as end of line when `selective-display' is t.
! Text that has an invisible property is considered as having width 0, unless
! `buffer-invisibility-spec' specifies that it is replaced by an ellipsis.  */)
       ()
  {
    Lisp_Object temp;




reply via email to

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