diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/dired.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
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); |