diff options
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index ee0ae07b970..4a529bc7503 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -551,7 +551,7 @@ If file does not exist, returns nil.") | |||
| 551 | filemodestring (&s, modes); | 551 | filemodestring (&s, modes); |
| 552 | values[8] = make_string (modes, 10); | 552 | values[8] = make_string (modes, 10); |
| 553 | #ifdef BSD4_3 /* Gross kludge to avoid lack of "#if defined(...)" in VMS */ | 553 | #ifdef BSD4_3 /* Gross kludge to avoid lack of "#if defined(...)" in VMS */ |
| 554 | #define BSD4_2 /* A new meaning to the term `backwards compatability' */ | 554 | #define BSD4_2 /* A new meaning to the term `backwards compatibility' */ |
| 555 | #endif | 555 | #endif |
| 556 | #ifdef BSD4_2 /* file gid will be dir gid */ | 556 | #ifdef BSD4_2 /* file gid will be dir gid */ |
| 557 | dirname = Ffile_name_directory (filename); | 557 | dirname = Ffile_name_directory (filename); |