aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-28 12:04:47 +0000
committerGerd Moellmann2001-05-28 12:04:47 +0000
commitf4a6687dd6b1854bcb27bf269f4f304d4728c5c3 (patch)
tree93c98eaf2802d1e38580cfa109644692c78d34b7 /src
parent04f250d4953acee7e04b3d7af95ce03458f817d3 (diff)
downloademacs-f4a6687dd6b1854bcb27bf269f4f304d4728c5c3.tar.gz
emacs-f4a6687dd6b1854bcb27bf269f4f304d4728c5c3.zip
(string_display_width): Put in #if 0.
Diffstat (limited to 'src')
-rw-r--r--src/indent.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c
index a6c5b046012..49768ea5206 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -624,6 +624,9 @@ current_column_1 ()
624 return col; 624 return col;
625} 625}
626 626
627
628#if 0 /* Not used. */
629
627/* Return the width in columns of the part of STRING from BEG to END. 630/* Return the width in columns of the part of STRING from BEG to END.
628 If BEG is nil, that stands for the beginning of STRING. 631 If BEG is nil, that stands for the beginning of STRING.
629 If END is nil, that stands for the end of STRING. */ 632 If END is nil, that stands for the end of STRING. */
@@ -701,6 +704,9 @@ string_display_width (string, beg, end)
701 704
702 return col; 705 return col;
703} 706}
707
708#endif /* 0 */
709
704 710
705DEFUN ("indent-to", Findent_to, Sindent_to, 1, 2, "NIndent to column: ", 711DEFUN ("indent-to", Findent_to, Sindent_to, 1, 2, "NIndent to column: ",
706 "Indent from point with tabs and spaces until COLUMN is reached.\n\ 712 "Indent from point with tabs and spaces until COLUMN is reached.\n\