mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Fix compilation errors. Regenerate ldefs-boot.el.
* src/frame.c (x_set_screen_gamma, store_frame_param): Fix compilation errors. * lisp/ldefs-boot.el: Regenerate. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-597
This commit is contained in:
parent
f65f760331
commit
6baa22c1ac
1444
lisp/ldefs-boot.el
1444
lisp/ldefs-boot.el
File diff suppressed because it is too large
Load Diff
@ -2341,8 +2341,6 @@ store_frame_param (f, prop, val)
|
||||
/* Install the chosen minibuffer window, with proper buffer. */
|
||||
f->minibuffer_window = val;
|
||||
}
|
||||
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
DEFUN ("frame-parameters", Fframe_parameters, Sframe_parameters, 0, 1, 0,
|
||||
@ -3381,9 +3379,9 @@ x_set_screen_gamma (f, new_value, old_value)
|
||||
if (NATNUMP (index)
|
||||
&& (XFASTINT (index)
|
||||
< sizeof (frame_parms)/sizeof (frame_parms[0]))
|
||||
&& rif->frame_parm_handlers[XFASTINT (index)])
|
||||
(*(rif->frame_parm_handlers[XFASTINT (index)]))
|
||||
(f, bgcolor, Qnil);
|
||||
&& FRAME_RIF (f)->frame_parm_handlers[XFASTINT (index)])
|
||||
(*FRAME_RIF (f)->frame_parm_handlers[XFASTINT (index)])
|
||||
(f, bgcolor, Qnil);
|
||||
}
|
||||
|
||||
Fclear_face_cache (Qnil);
|
||||
|
Loading…
Reference in New Issue
Block a user