aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-29 11:10:47 +0000
committerGerd Moellmann2001-05-29 11:10:47 +0000
commit1cda365bcc8ffdc03ea705be1ca0860e56149944 (patch)
tree7d4a67d2b046b564183ebce6847d44b8dd6ef707 /src/indent.c
parent82d336bb15a1145e9d6f082aa9ac5513d84459c3 (diff)
downloademacs-old-branches/gerd_defvaralias.tar.gz
emacs-old-branches/gerd_defvaralias.zip
*** empty log message ***old-branches/gerd_defvaralias
Diffstat (limited to 'src/indent.c')
-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\