Mention looking-back.

This commit is contained in:
Richard M. Stallman 2004-10-13 01:58:45 +00:00
parent 6ca1c49729
commit 3bfb0bff7b

View file

@ -98,6 +98,11 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 21.4
+++
** New function `looking-back' whether a regular expression matches
the text before point. Specifying the LIMIT argument bounds how far
back the match can start; this is a way to keep it from taking too long.
+++
** New functions `make-progress-reporter', `progress-reporter-update',
`progress-reporter-force-update' and `progress-reporter-done' provide