*** empty log message ***
This commit is contained in:
parent
aebf4d42ce
commit
9356fe5a7f
3 changed files with 13 additions and 0 deletions
5
etc/NEWS
5
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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue