1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

*** empty log message ***

This commit is contained in:
Miles Bader 2000-11-22 02:01:14 +00:00
parent a02b5bb4c8
commit 3a17d6cc19
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2000-11-22 Miles Bader <miles@gnu.org>
* image-file.el (insert-image-file): Don't make `read-only'
property rear-nonsticky.
* isearch.el (isearch-original-minibuffer-message-timeout): New var.
(isearch-mode): Set `minibuffer-message-timeout' to nil, after
stashing away its original value.

View File

@ -1,5 +1,9 @@
2000-11-22 Miles Bader <miles@gnu.org>
* keyboard.c (Vminibuffer_message_timeout): New variable.
(command_loop_1): Use it to determine message timeout.
(syms_of_keyboard): Initialize it.
* xdisp.c (syms_of_xdisp): `mode-line-inverse-video' defualts to nil.
2000-11-22 Kenichi Handa <handa@etl.go.jp>