]> code.delx.au - gnu-emacs/commitdiff
(string_display_width): Put in #if 0.
authorGerd Moellmann <gerd@gnu.org>
Mon, 28 May 2001 12:04:47 +0000 (12:04 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 28 May 2001 12:04:47 +0000 (12:04 +0000)
src/indent.c

index a6c5b04601272e86526c9f0b45e5785e6721a7df..49768ea52064928e5f01922a127fa68ed0906def 100644 (file)
@@ -624,6 +624,9 @@ current_column_1 ()
   return col;
 }
 \f
+
+#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 @@ string_display_width (string, beg, end)
 
   return col;
 }
+
+#endif /* 0 */
+
 \f
 DEFUN ("indent-to", Findent_to, Sindent_to, 1, 2, "NIndent to column: ",
   "Indent from point with tabs and spaces until COLUMN is reached.\n\