comparison src/indent.h @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents 922696f363b0
children fc2bcd2a8aad 55a892948dea 424b655804ca
comparison
equal deleted inserted replaced
78500:f3583f35fc6a 78501:1677cf1c2509
59 /* Value of point when current_column was called */ 59 /* Value of point when current_column was called */
60 extern int last_known_column_point; 60 extern int last_known_column_point;
61 61
62 /* Functions for dealing with the column cache. */ 62 /* Functions for dealing with the column cache. */
63 63
64 /* Return true iff the display table DISPTAB specifies the same widths 64 /* Return true if the display table DISPTAB specifies the same widths
65 for characters as WIDTHTAB. We use this to decide when to 65 for characters as WIDTHTAB. We use this to decide when to
66 invalidate the buffer's column_cache. */ 66 invalidate the buffer's column_cache. */
67 int disptab_matches_widthtab P_ ((struct Lisp_Char_Table *disptab, 67 int disptab_matches_widthtab P_ ((struct Lisp_Char_Table *disptab,
68 struct Lisp_Vector *widthtab)); 68 struct Lisp_Vector *widthtab));
69 69