Mercurial > emacs
changeset 28757:2fb6dbfe29f6
concat change
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 28 Apr 2000 17:09:07 +0000 |
parents | fb76771565c8 |
children | 8ab223e4ce03 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Apr 28 17:03:43 2000 +0000 +++ b/etc/NEWS Fri Apr 28 17:09:07 2000 +0000 @@ -41,9 +41,8 @@ does the same but displays the indirect buffer in another window. ** New user options `backup-directory-alist' and -`make-backup-file-name-function' are provided to control the placement -of backups, typically in a single directory or in an invisible -sub-directory. +`make-backup-file-name-function' control the placement of backups, +typically in a single directory or in an invisible sub-directory. ** New commands iso-iso2sgml and iso-sgml2iso convert between Latin-1 characters and the corresponding SGML (HTML) entities. @@ -1147,6 +1146,9 @@ When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +** `concat' no longer accepts individual integer arguments, as +promised long ago. + ** The function `add-minor-mode' simplifies the definition of minor modes.