]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Jan 2002 02:37:41 +0000 (02:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Jan 2002 02:37:41 +0000 (02:37 +0000)
etc/NEWS
lisp/ChangeLog

index dc30f8e6c02210c3b5ec22eb74f006a3cbe9f7f2..a7df0492868e76dade7109e53633fa1691b66550 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -377,6 +377,8 @@ SQL buffer.
 \f
 * Lisp Changes in Emacs 21.3
 
+** New function substring-no-properties.
+
 +++
 ** New function window-body-height.
 
index 70bc1948f445bcf4e8f7767e1f4584cb8f9e25e9..8f24807ce7aadda7501e711e4f0b606f72c43190 100644 (file)
@@ -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.