(Fmodify_frame_parameters): Return a value.

This commit is contained in:
Andreas Schwab 2007-02-16 16:35:39 +00:00
parent cf04718a31
commit 3b58be21ad
2 changed files with 4 additions and 0 deletions

View file

@ -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.

View file

@ -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,