(Fmodify_frame_parameters): Return a value.
This commit is contained in:
parent
cf04718a31
commit
3b58be21ad
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2007-02-16 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* frame.c (Fmodify_frame_parameters): Return a value.
|
||||
|
||||
* editfns.c (Fformat): Add support for '+' flag.
|
||||
* doprnt.c (doprnt1): Likewise. Fix overflow checking.
|
||||
|
||||
|
|
|
@ -2321,6 +2321,8 @@ enabled such bindings for that variable with `make-variable-frame-local'. */)
|
|||
call1 (Qframe_set_background_mode, frame);
|
||||
}
|
||||
}
|
||||
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
DEFUN ("frame-char-height", Fframe_char_height, Sframe_char_height,
|
||||
|
|
Loading…
Add table
Reference in a new issue