Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
198fa217
Commit
198fa217
authored
Jul 24, 2013
by
Ken Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined (Bug#14944).
parent
e81dd54d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/alloc.c
src/alloc.c
+1
-1
No files found.
src/ChangeLog
View file @
198fa217
2013-07-24 Ken Brown <kbrown@cornell.edu>
* alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined
(Bug#14944).
2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
* eval.c (Fprogn): Do not check that BODY is a proper list.
...
...
src/alloc.c
View file @
198fa217
...
...
@@ -3371,7 +3371,7 @@ make_save_obj_obj_obj_obj (Lisp_Object a, Lisp_Object b, Lisp_Object c,
return
val
;
}
#if defined HAVE_NS || defined
DOS_NT
#if defined HAVE_NS || defined
HAVE_NTGUI
Lisp_Object
make_save_ptr
(
void
*
a
)
{
...
...
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