From 9ade4a7d038fa400170a7d75e427b7f9cc3d674e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jan 2002 02:37:41 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 2 ++ lisp/ChangeLog | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index dc30f8e6c02..a7df0492868 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -377,6 +377,8 @@ SQL buffer. * Lisp Changes in Emacs 21.3 +** New function substring-no-properties. + +++ ** New function window-body-height. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70bc1948f44..8f24807ce7a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,12 @@ 2002-01-24 Richard M. Stallman + * progmodes/compile.el (compilation-handle-exit): + Add a compilation-handle-exit property to the "finished" message. + (compilation-parse-errors): Stop parsing when that property is seen. + + * subr.el (substring-no-properties): New function. + (copy-without-properties): Function deleted. + * term/x-win.el (x-handle-geometry): Put sizes on both initial-frame-alist and default-frame-alist. -- 2.39.2