Mercurial > emacs
changeset 46878:901426f0ae5f
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 13 Aug 2002 22:55:18 +0000 |
parents | 2ff0df63c873 |
children | f7c325954eca |
files | etc/NEWS src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Aug 13 22:52:05 2002 +0000 +++ b/etc/NEWS Tue Aug 13 22:55:18 2002 +0000 @@ -1004,6 +1004,9 @@ ** New CCL functions `lookup-character' and `lookup-integer' access hash tables defined by the Lisp function `define-translation-hash-table'. +** The new function `minibufferp' returns non-nil if the current buffer +is a minibuffer. + ** There is a new Warnings facility; see the functions `warn' and `display-warning'.
--- a/src/ChangeLog Tue Aug 13 22:52:05 2002 +0000 +++ b/src/ChangeLog Tue Aug 13 22:55:18 2002 +0000 @@ -1,3 +1,9 @@ +2002-08-13 Richard M. Stallman <rms@gnu.org> + + * minibuf.c (Fminibufferp): New function. + (syms_of_minibuf): Defsubr it. + (Fminibuffer_prompt_end): Handle non-minibuffers specially. + 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de> * coding.c (Funencodable_char_position): Lisp_Object/int mixup.