diff src/indent.c @ 37864:db3e294b4ce2

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 29 May 2001 11:10:47 +0000
parents 89efd94a5832
children 90ab35fe206c
line wrap: on
line diff
--- a/src/indent.c	Tue May 29 08:56:24 2001 +0000
+++ b/src/indent.c	Tue May 29 11:10:47 2001 +0000
@@ -624,6 +624,9 @@
   return col;
 }
 
+
+#if 0 /* Not used.  */
+
 /* Return the width in columns of the part of STRING from BEG to END.
    If BEG is nil, that stands for the beginning of STRING.
    If END is nil, that stands for the end of STRING.  */
@@ -701,6 +704,9 @@
 
   return col;
 }
+
+#endif /* 0 */
+
 
 DEFUN ("indent-to", Findent_to, Sindent_to, 1, 2, "NIndent to column: ",
   "Indent from point with tabs and spaces until COLUMN is reached.\n\