Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e2017fe2
Commit
e2017fe2
authored
Jul 03, 2012
by
Glenn Morris
Browse files
* src/lisp.h (Fread_file_name): Restore EXFUN
(it's not a normal DEFUN and did not make it into globals.h).
parent
404dbd37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/lisp.h
src/lisp.h
+3
-2
No files found.
src/ChangeLog
View file @
e2017fe2
2012-07-03 Glenn Morris <rgm@gnu.org>
* lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
and did not make it into globals.h).
2012-07-03 Tom Tromey <tromey@redhat.com>
* window.c (Fset_window_margins, Fset_window_fringes)
...
...
src/lisp.h
View file @
e2017fe2
/* Fundamental definitions for GNU Emacs Lisp interpreter.
Copyright (C) 1985-1987, 1993-1995, 1997-2012
Free Software Foundation, Inc.
Copyright (C) 1985-1987, 1993-1995, 1997-2012
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -2835,6 +2835,7 @@ extern Lisp_Object Qfile_directory_p;
extern
Lisp_Object
Qinsert_file_contents
;
extern
Lisp_Object
Qfile_name_history
;
extern
Lisp_Object
expand_and_dir_to_file
(
Lisp_Object
,
Lisp_Object
);
EXFUN
(
Fread_file_name
,
6
);
/* not a normal DEFUN */
extern
Lisp_Object
close_file_unwind
(
Lisp_Object
);
extern
Lisp_Object
restore_point_unwind
(
Lisp_Object
);
extern
_Noreturn
void
report_file_error
(
const
char
*
,
Lisp_Object
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment