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
298819b9
Commit
298819b9
authored
Jul 07, 2012
by
Andreas Schwab
Browse files
* frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
parent
b676b881
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/frame.c
src/frame.c
+2
-0
No files found.
src/ChangeLog
View file @
298819b9
2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
* frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
* lisp.h: Remove empty conditional.
2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
...
...
src/frame.c
View file @
298819b9
...
...
@@ -1932,6 +1932,7 @@ See `redirect-frame-focus'. */)
/* Return the value of frame parameter PROP in frame FRAME. */
#ifdef HAVE_WINDOW_SYSTEM
#if !HAVE_NS
static
#endif
...
...
@@ -1945,6 +1946,7 @@ get_frame_param (register struct frame *frame, Lisp_Object prop)
return tem;
return Fcdr (tem);
}
#endif
/* Return the buffer-predicate of the selected frame. */
...
...
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