From cd64ea1d0df393beb93d1bdf19bd3990e3378f85 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 14 Apr 2011 12:34:42 -0700 Subject: * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in . All uses spelled out. --- src/dired.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dired.c') diff --git a/src/dired.c b/src/dired.c index 20d5b586670..60d7bc64974 100644 --- a/src/dired.c +++ b/src/dired.c @@ -87,7 +87,7 @@ static Lisp_Object Qfile_attributes; static Lisp_Object Qfile_attributes_lessp; static int scmp (const char *, const char *, int); -INFUN (Ffile_attributes, 2); +static Lisp_Object Ffile_attributes (Lisp_Object, Lisp_Object); #ifdef WINDOWSNT Lisp_Object -- cgit v1.2.1