Mercurial > emacs
changeset 27881:f54471f7b913
replace-regexps-in-string, mouse-position-function, define-key-after change
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 26 Feb 2000 14:00:51 +0000 |
parents | 27d91702f2e8 |
children | f65414917679 |
files | etc/NEWS |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Feb 26 02:55:10 2000 +0000 +++ b/etc/NEWS Sat Feb 26 14:00:51 2000 +0000 @@ -978,6 +978,15 @@ 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.