Mercurial > emacs
changeset 105373:7a4bd0ca624b
* lisp.h (Qdelete_directory_internal): Remove, because it is not
used anymore outside fileio.c.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 02 Oct 2009 05:57:49 +0000 |
parents | bd2966850aac |
children | 28c45fa22117 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 */