From: Richard M. Stallman Date: Tue, 13 Aug 2002 22:55:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~13703 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79fab26b4fcbb64d4f6e79cb4abb852b65b94ea2;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 4d0d9358c9e..cd708adce0a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1004,6 +1004,9 @@ with Custom. ** 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'. diff --git a/src/ChangeLog b/src/ChangeLog index acae55cd947..4bd0a6ffa4c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2002-08-13 Richard M. Stallman + + * minibuf.c (Fminibufferp): New function. + (syms_of_minibuf): Defsubr it. + (Fminibuffer_prompt_end): Handle non-minibuffers specially. + 2002-08-13 Gerd Moellmann * coding.c (Funencodable_char_position): Lisp_Object/int mixup.