aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2007-01-13 21:45:34 +0000
committerEli Zaretskii2007-01-13 21:45:34 +0000
commit345c6b242023970aee2334b686fe34c16c9439a2 (patch)
treefac8cd27f30829c1d76a0af3acc221ca5e085a80 /src
parentc265a2102bf5a0e8d91e0a2c84109c77472b4196 (diff)
downloademacs-345c6b242023970aee2334b686fe34c16c9439a2.tar.gz
emacs-345c6b242023970aee2334b686fe34c16c9439a2.zip
(Ffile_attributes): Fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/dired.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c
index adb452d12d5..c542f8019db 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -930,7 +930,7 @@ Elements of the attribute list are:
930 char modes[10]; 930 char modes[10];
931 Lisp_Object handler; 931 Lisp_Object handler;
932 struct gcpro gcpro1; 932 struct gcpro gcpro1;
933 int uid, gid, ino; 933 EMACS_INT uid, gid, ino;
934 934
935 filename = Fexpand_file_name (filename, Qnil); 935 filename = Fexpand_file_name (filename, Qnil);
936 936