diff options
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dired.c b/src/dired.c index 186cfd1420b..f5fc1e3a62d 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -87,6 +87,7 @@ Lisp_Object Qfile_attributes; | |||
| 87 | Lisp_Object Qfile_attributes_lessp; | 87 | Lisp_Object Qfile_attributes_lessp; |
| 88 | 88 | ||
| 89 | static int scmp (const char *, const char *, int); | 89 | static int scmp (const char *, const char *, int); |
| 90 | INFUN (Ffile_attributes, 2); | ||
| 90 | 91 | ||
| 91 | #ifdef WINDOWSNT | 92 | #ifdef WINDOWSNT |
| 92 | Lisp_Object | 93 | Lisp_Object |