# HG changeset patch # User Michael Albinus # Date 1254463069 0 # Node ID 7a4bd0ca624b0552bf249bc8308bb872f5964675 # Parent bd2966850aac6c0dfc316c6509d1946518576296 * lisp.h (Qdelete_directory_internal): Remove, because it is not used anymore outside fileio.c. diff -r bd2966850aac -r 7a4bd0ca624b src/lisp.h --- a/src/lisp.h Fri Oct 02 03:48:36 2009 +0000 +++ b/src/lisp.h Fri Oct 02 05:57:49 2009 +0000 @@ -785,7 +785,7 @@ _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 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 */