mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 19:07:34 +00:00
*** empty log message ***
This commit is contained in:
parent
873ef78ee0
commit
79fab26b4f
2 changed files with 9 additions and 0 deletions
3
etc/NEWS
3
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'.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue