]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 13 Aug 2002 22:55:18 +0000 (22:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 13 Aug 2002 22:55:18 +0000 (22:55 +0000)
etc/NEWS
src/ChangeLog

index 4d0d9358c9e5536494e207c5b59b3be6bab2ebe2..cd708adce0a7f2d71b16d06dcf6db3849a46b37b 100644 (file)
--- 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'.
 
index acae55cd94784b5a70ec0ec7386f98d9a2c9f7e1..4bd0a6ffa4c38dc281f4722790f310d99a4c5f08 100644 (file)
@@ -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.