Mercurial > emacs
comparison etc/NEWS @ 58282:7c3f5740a5cc
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 16 Nov 2004 17:31:19 +0000 |
parents | f02cbb3be7fa |
children | b9d98918e0ac |
comparison
equal
deleted
inserted
replaced
58281:b6f9481dcccd | 58282:7c3f5740a5cc |
---|---|
2332 | 2332 |
2333 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 2333 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
2334 configuration files. | 2334 configuration files. |
2335 | 2335 |
2336 * Lisp Changes in Emacs 21.4 | 2336 * Lisp Changes in Emacs 21.4 |
2337 | |
2338 --- | |
2339 ** list-buffers-noselect now takes an additional argument, BUFFER-LIST. | |
2340 If it is non-nil, it specifies which buffers to list. | |
2341 | |
2342 --- | |
2343 ** set-buffer-file-coding-system now takes an additional argument, | |
2344 NOMODIFY. If it is non-nil, it means don't mark the buffer modified. | |
2337 | 2345 |
2338 +++ | 2346 +++ |
2339 ** The new function syntax-after returns the syntax code | 2347 ** The new function syntax-after returns the syntax code |
2340 of the character after a specified buffer position, taking account | 2348 of the character after a specified buffer position, taking account |
2341 of text properties as well as the character code. | 2349 of text properties as well as the character code. |