diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-16 17:31:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-16 17:31:19 +0000 |
commit | ee31cd78ef49f569262b1a591949d707583dcdb3 (patch) | |
tree | 9bb374cc63d53eb9b250a27b25c382d21059874a /etc | |
parent | 155cb2e57eb0ae8e874824bcaf733cfe97c4f788 (diff) | |
download | emacs-ee31cd78ef49f569262b1a591949d707583dcdb3.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2335,6 +2335,14 @@ configuration files. * Lisp Changes in Emacs 21.4 +--- +** list-buffers-noselect now takes an additional argument, BUFFER-LIST. +If it is non-nil, it specifies which buffers to list. + +--- +** set-buffer-file-coding-system now takes an additional argument, +NOMODIFY. If it is non-nil, it means don't mark the buffer modified. + +++ ** The new function syntax-after returns the syntax code of the character after a specified buffer position, taking account |