]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Mar 2002 09:20:57 +0000 (09:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Mar 2002 09:20:57 +0000 (09:20 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 1dc31a24abdd05c8b00d0ab21373ebb982c0cdaa..e4e10880f3662bc516f17abf4d2ed0524865fac1 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -770,6 +770,11 @@ and the latter now controls scrolling down.
 This is like window-height but does not count the mode line
 or the header line.
 
+** New functions `lax-plist-get' and `lax-plist-put'.
+
+These functions are like `plist-get' and `plist-put' except that they
+compare the property name using `equal' rather than `eq'.
+
 +++
 ** The function `atan' now accepts an optional second argument.
 
index 21f4970a0053bd1f0648ec7ea29d6aa188cca13d..b4be0a74832f9c2ab89f4f9223091fffe6291bf4 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-26  Richard M. Stallman  <rms@gnu.org>
+
+       * subr.el (substring-no-properties): Function deleted (now in C).
+
 2002-03-26  Juanma Barranquero  <lektu@terra.es>
 
        * toolbar/tool-bar.el: Fix typo in commentary.
index 4f475d21960d212242e373998b80f41e54e6c748..9185dfa5ec5e9d7db3dc3de24b415d8bb17ba5d7 100644 (file)
@@ -1,5 +1,9 @@
 2002-03-26  Richard M. Stallman  <rms@gnu.org>
 
+       * fns.c (Fsubstring_no_properties): New function.
+       (Flax_plist_get, Flax_plist_put): New functions.
+       (syms_of_fns): defsubr them.
+
        * xdisp.c (update_menu_bar): Test only update_mode_lines;
        don't test or alter w->update_mode_line.