diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-14 12:34:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-14 12:34:42 -0700 |
commit | cd64ea1d0df393beb93d1bdf19bd3990e3378f85 (patch) | |
tree | 0966573f9d7235bd550e235193867976e65ffcd0 /src/dired.c | |
parent | c38bf546b2bb50932ac15cf3283c74a4bddc99c0 (diff) | |
download | emacs-cd64ea1d0df393beb93d1bdf19bd3990e3378f85.tar.gz |
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
<http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00393.html>.
All uses spelled out.
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 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 |