Mercurial > emacs
view src/pre-crt0.c @ 8012:df03bfa5b694
(resize-minibuffer-window-exactly, resize-minibuffer-frame,
resize-minibuffer-frame-exactly): Doc fixes.
(resize-minibuffer-frame-exactly): make default t.
(resize-minibuffer-frame-original-height): New variable.
(resize-minibuffer-setup): Set it locally in the minibuffer.
(resize-minibuffer-frame): Use it instead of minibuffer-frame-alist's
height.
(resize-minibuffer-setup): Append resize-minibuffer-window and
resize-minibuffer-frame to the end of post-command-hook, don't insert on
the front.
(resize-minibuffer-window-restore): New function.
(resize-minibuffer-setup): Put it on minibuffer-exit-hook.
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Wed, 22 Jun 1994 22:14:28 +0000 |
parents | 3165b2697c78 |
children | 695cf19ef79e |
line wrap: on
line source
/* This file is loaded before crt0.o on machines where we do not remap part of the data space into text space in unexec. On these machines, there is no problem with standard crt0.o's that make environ an initialized variable. However, we do need to make sure the label data_start exists anyway. */ /* Create a label to appear at the beginning of data space. */ int data_start = 0;