]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp.h (Qdelete_directory_internal): Remove, because it is not
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 2 Oct 2009 05:57:49 +0000 (05:57 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 2 Oct 2009 05:57:49 +0000 (05:57 +0000)
used anymore outside fileio.c.

src/lisp.h

index 079a33e5fb54b1b9db938d6afb351ec246ee3808..6751898e16315e59253429e8ff62b904bc95c35a 100644 (file)
@@ -785,7 +785,7 @@ struct Lisp_Vector
        _val = _tbl->defalt;                                            \
     } while (NILP (_val) && ! NILP (_tbl->parent));                    \
     _val; })
-      
+
 #else  /* not __GNUC__ */
 
 #define CHAR_TABLE_REF_ASCII(CT, IDX)                                    \
@@ -2952,7 +2952,6 @@ extern void syms_of_fileio P_ ((void));
 extern void init_fileio_once P_ ((void));
 extern Lisp_Object make_temp_name P_ ((Lisp_Object, int));
 EXFUN (Fmake_symbolic_link, 3);
-extern Lisp_Object Qdelete_directory_internal;
 extern Lisp_Object Qdelete_file;
 
 /* Defined in abbrev.c */