diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-20 22:16:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-20 22:16:01 +0000 |
commit | 56592bebfd622ba0a09d23d07c6785af23c03bce (patch) | |
tree | c58d4cd99e0c3c30a95588a7f8d630a5856311d9 /etc/NEWS | |
parent | dd98f00a8b314a84219edccb8ce0dd2da6823019 (diff) | |
download | emacs-56592bebfd622ba0a09d23d07c6785af23c03bce.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -940,6 +940,9 @@ mode-lines in inverse-video. * Lisp Changes in Emacs 21.4 +** There is a new Warnings facility; see the functions `warn' +and `display-warning'. + ** The functions all-completions and try-completion now accept lists of strings as well as hash-tables additionally to alists, obarrays and functions. Furthermore, the function `test-completion' is now |