comparison etc/NEWS @ 46878:901426f0ae5f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Aug 2002 22:55:18 +0000
parents 6f3953a83c05
children 731e4a095774
comparison
equal deleted inserted replaced
46877:2ff0df63c873 46878:901426f0ae5f
1001 1001
1002 * Lisp Changes in Emacs 21.4 1002 * Lisp Changes in Emacs 21.4
1003 1003
1004 ** New CCL functions `lookup-character' and `lookup-integer' access 1004 ** New CCL functions `lookup-character' and `lookup-integer' access
1005 hash tables defined by the Lisp function `define-translation-hash-table'. 1005 hash tables defined by the Lisp function `define-translation-hash-table'.
1006
1007 ** The new function `minibufferp' returns non-nil if the current buffer
1008 is a minibuffer.
1006 1009
1007 ** There is a new Warnings facility; see the functions `warn' 1010 ** There is a new Warnings facility; see the functions `warn'
1008 and `display-warning'. 1011 and `display-warning'.
1009 1012
1010 ** The functions all-completions and try-completion now accept lists 1013 ** The functions all-completions and try-completion now accept lists