| 1027 | } |
| 1028 | |
| 1029 | static void |
| 1030 | dired_indent (void) |
| 1031 | { |
| 1032 | if (dired) |
| 1033 | dired_outstring (" "); |
| 1034 | } |
| 1035 | |
| 1036 | /* With --dired, store pairs of beginning and ending indices of file names. */ |
| 1037 | static struct obstack dired_obstack; |
no test coverage detected