diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -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 | |||
| 151 | DEFUN ("safe-length", Fsafe_length, Ssafe_length, 1, 1, 0, | 149 | DEFUN ("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. |
| 153 | This function never gets an error. If LIST is not really a list, | 151 | This function never gets an error. If LIST is not really a list, |