changeset 37917:5bc9314b5f0a

(string_display_width): Put in #if 0.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 28 May 2001 12:04:47 +0000
parents 0b5642b0d6e4
children 6beac97d064e
files src/indent.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/indent.c	Mon May 28 12:04:26 2001 +0000
+++ b/src/indent.c	Mon May 28 12:04: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\