]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmodify_frame_parameters): Return a value.
authorAndreas Schwab <schwab@suse.de>
Fri, 16 Feb 2007 16:35:39 +0000 (16:35 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 16 Feb 2007 16:35:39 +0000 (16:35 +0000)
src/ChangeLog
src/frame.c

index aff5a131f324fdd4d056a8a10ba9e8a2aaf8f2f3..73e1a1c7bde226001c4e39e4132639ab5292a783 100644 (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.
 
index f2b7c514cf39da91bd3974de5912d20bc09de33f..8580ef79ad66e2c3138714196446fe3c914d5955 100644 (file)
@@ -2321,6 +2321,8 @@ enabled such bindings for that variable with `make-variable-frame-local'.  */)
            call1 (Qframe_set_background_mode, frame);
        }
     }
+
+  return Qnil;
 }
 \f
 DEFUN ("frame-char-height", Fframe_char_height, Sframe_char_height,