diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-10-23 17:33:52 +0000 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-10-23 17:33:52 +0000 |
| commit | e8903e00e348b76a4409bf1a96d2d981b74f5be0 (patch) | |
| tree | cd02b09cf48dca09c5b424365051f0492f110211 /src/lisp.h | |
| parent | 36bfa3af07802e1e2d9cbd3ce912e4a067d0accb (diff) | |
| download | emacs-e8903e00e348b76a4409bf1a96d2d981b74f5be0.tar.gz | |
* fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
(init_fileio_once):
* lisp.h (init_fileio_once): Remove.
* emacs.c (main): Don't call init_fileio_once.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 4685578a417..12f06ad6eda 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2984,7 +2984,6 @@ extern Lisp_Object close_file_unwind P_ ((Lisp_Object)); extern void report_file_error P_ ((const char *, Lisp_Object)) NO_RETURN; extern int internal_delete_file P_ ((Lisp_Object)); 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_file; |
