Mercurial > emacs
changeset 58043:fcf98b0adadc
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 08 Nov 2004 16:46:59 +0000 |
parents | 286ed823f2b0 |
children | 54677602f810 |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Nov 08 16:45:17 2004 +0000 +++ b/etc/NEWS Mon Nov 08 16:46:59 2004 +0000 @@ -98,6 +98,8 @@ * Changes in Emacs 21.4 +** line-move-ignore-invisible now defaults to t. + ** In Outline mode, hide-body no longer hides lines at the top of the file that precede the first header line. @@ -2326,6 +2328,11 @@ * Lisp Changes in Emacs 21.4 +** The new function syntax-after returns the syntax code +of the character after a specified buffer position, taking account +of text properties as well as the character code. +It returns the value compatibly with char-syntax. + +++ ** The new primitive `get-internal-run-time' returns the processor run time used by Emacs since start-up.