replace-regexps-in-string, mouse-position-function, define-key-after change

This commit is contained in:
Dave Love 2000-02-26 14:00:51 +00:00
parent 15fa88ab76
commit 16ce590d28

View file

@ -978,6 +978,15 @@ Note that +++ before an item means the Lisp manual has been updated.
When you add a new item, please add it without either +++ or ---
so I will know I still need to look at it -- rms.
+++
** The last argument of `define-key-after' defaults to t for convenience.
** The new function `replace-regexps-in-string' replaces all matches
for a regexp in a string.
** `mouse-position' now runs the abnormal hook
`mouse-position-function'.
** The function string-to-number now returns a float for numbers
that don't fit into a Lisp integer.