diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 9102103bc7b..a0d6c6b3c0b 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. | 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985-1987, 1993-1995, 1997-2012 | 2 | |
| 3 | Free Software Foundation, Inc. | 3 | Copyright (C) 1985-1987, 1993-1995, 1997-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -2835,6 +2835,7 @@ extern Lisp_Object Qfile_directory_p; | |||
| 2835 | extern Lisp_Object Qinsert_file_contents; | 2835 | extern Lisp_Object Qinsert_file_contents; |
| 2836 | extern Lisp_Object Qfile_name_history; | 2836 | extern Lisp_Object Qfile_name_history; |
| 2837 | extern Lisp_Object expand_and_dir_to_file (Lisp_Object, Lisp_Object); | 2837 | extern Lisp_Object expand_and_dir_to_file (Lisp_Object, Lisp_Object); |
| 2838 | EXFUN (Fread_file_name, 6); /* not a normal DEFUN */ | ||
| 2838 | extern Lisp_Object close_file_unwind (Lisp_Object); | 2839 | extern Lisp_Object close_file_unwind (Lisp_Object); |
| 2839 | extern Lisp_Object restore_point_unwind (Lisp_Object); | 2840 | extern Lisp_Object restore_point_unwind (Lisp_Object); |
| 2840 | extern _Noreturn void report_file_error (const char *, Lisp_Object); | 2841 | extern _Noreturn void report_file_error (const char *, Lisp_Object); |