/[emacs]/emacs/src/indent.c
ViewVC logotype

Diff of /emacs/src/indent.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.175

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26