Mercurial > emacs
changeset 42940:7c0e12d6edb5
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 25 Jan 2002 02:37:41 +0000 |
parents | 0786ea38f9fd |
children | b722504d0ba4 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Jan 25 02:36:36 2002 +0000 +++ b/etc/NEWS Fri Jan 25 02:37:41 2002 +0000 @@ -377,6 +377,8 @@ * Lisp Changes in Emacs 21.3 +** New function substring-no-properties. + +++ ** New function window-body-height.
--- a/lisp/ChangeLog Fri Jan 25 02:36:36 2002 +0000 +++ b/lisp/ChangeLog Fri Jan 25 02:37:41 2002 +0000 @@ -1,5 +1,12 @@ 2002-01-24 Richard M. Stallman <rms@gnu.org> + * 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.