diff src/dired.c @ 60892:d1daa8bf79fd

(Vfile_name_coding_system, Vdefault_file_name_coding_system): Remove unused declarations.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 24 Mar 2005 19:14:05 +0000
parents f4a14a15f1a4
children e2f52fa7f394
line wrap: on
line diff
--- a/src/dired.c	Thu Mar 24 19:09:58 2005 +0000
+++ b/src/dired.c	Thu Mar 24 19:14:05 2005 +0000
@@ -1,5 +1,5 @@
 /* Lisp functions for making directory listings.
-   Copyright (C) 1985, 1986, 1993, 1994, 1999, 2000, 2001, 2004
+   Copyright (C) 1985, 1986, 1993, 1994, 1999, 2000, 2001, 2004, 2005
      Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -114,7 +114,6 @@
 
 extern int completion_ignore_case;
 extern Lisp_Object Vcompletion_regexp_list;
-extern Lisp_Object Vfile_name_coding_system, Vdefault_file_name_coding_system;
 
 Lisp_Object Vcompletion_ignored_extensions;
 Lisp_Object Qcompletion_ignore_case;