diff options
| author | Richard M. Stallman | 2002-08-13 22:55:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-08-13 22:55:18 +0000 |
| commit | 79fab26b4fcbb64d4f6e79cb4abb852b65b94ea2 (patch) | |
| tree | 403e039cf5a56708a0ae07294b92817d5138be3e /etc | |
| parent | 873ef78ee057ade5f6cbc6878ef10d6257784473 (diff) | |
| download | emacs-79fab26b4fcbb64d4f6e79cb4abb852b65b94ea2.tar.gz emacs-79fab26b4fcbb64d4f6e79cb4abb852b65b94ea2.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1004,6 +1004,9 @@ with Custom. | |||
| 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 | 1006 | ||
| 1007 | ** The new function `minibufferp' returns non-nil if the current buffer | ||
| 1008 | is a minibuffer. | ||
| 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 | ||