aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c
index 9fd0ad2a9d1..6f81635ab9d 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -146,8 +146,6 @@ To get the number of bytes, use `string-bytes'. */)
146 return val; 146 return val;
147} 147}
148 148
149/* This does not check for quits. That is safe since it must terminate. */
150
151DEFUN ("safe-length", Fsafe_length, Ssafe_length, 1, 1, 0, 149DEFUN ("safe-length", Fsafe_length, Ssafe_length, 1, 1, 0,
152 doc: /* Return the length of a list, but avoid error or infinite loop. 150 doc: /* Return the length of a list, but avoid error or infinite loop.
153This function never gets an error. If LIST is not really a list, 151This function never gets an error. If LIST is not really a list,