aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-04 13:20:36 -0800
committerPaul Eggert2015-01-04 13:21:03 -0800
commitbf90e9ac7caec15b0f111e0bb67e311233f3a795 (patch)
treefea081a587642f7d542ff0ec008310d38b575304 /src/ChangeLog
parentcde73794f61fec2a5a8676c2e36ec6634e72cdc5 (diff)
downloademacs-bf90e9ac7caec15b0f111e0bb67e311233f3a795.tar.gz
emacs-bf90e9ac7caec15b0f111e0bb67e311233f3a795.zip
'temacs -nw' should not call missing functions
Without this patch, "temacs -nw" fails with the diagnostic "emacs: Symbol's function definition is void: frame-windows-min-size" and messes up the tty's state. * lib-src/make-docfile.c (write_globals): Declare Fframe_windows_min_size with ATTRIBUTE_CONST, too. Sort. * src/frame.c (Fframe_windows_min_size): New placeholder function. (syms_of_frame): Define it. * src/window.c (Fwindow__sanitize_window_sizes): New placeholder. (syms_of_window): Define it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 592a7f1e3bf..8cf269680de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12015-01-04 Paul Eggert <eggert@cs.ucla.edu> 12015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 'temacs -nw' should not call missing functions
4 Without this patch, "temacs -nw" fails with the diagnostic
5 "emacs: Symbol's function definition is void: frame-windows-min-size"
6 and messes up the tty's state.
7 * frame.c (Fframe_windows_min_size): New placeholder function.
8 (syms_of_frame): Define it.
9 * window.c (Fwindow__sanitize_window_sizes): New placeholder.
10 (syms_of_window): Define it.
11
3 Less 'make' chatter for lisp dir 12 Less 'make' chatter for lisp dir
4 * Makefile.in (%.elc): Adjust to compile-onefile change in 13 * Makefile.in (%.elc): Adjust to compile-onefile change in
5 ../lisp/Makefile.in. 14 ../lisp/Makefile.in.