1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-03-09 14:51:34 +00:00
parent a955ffa20c
commit 3cfd8357bb
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2001-03-09 Gerd Moellmann <gerd@gnu.org>
* comint.el (comint-insert-clicked-input): Use the last key
from this-command-keys to lookup the global key definition.
2001-03-09 Kenichi Handa <handa@etl.go.jp>
* international/characters.el: Add category `j' for

View file

@ -1,5 +1,13 @@
2001-03-09 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (make_lispy_event, make_lispy_movement): Adjust
calls to buffer_posn_from_coords to new format.
* dispextern.h (buffer_posn_from_coords): Adjust prototype.
* dispnew.c (buffer_posn_from_coords): Add parameters OBJECT and
POS; return void.
* fileio.c (Fwrite_region) [DOS_NT]: Remove O_TRUNC from open
flags argument to emacs_open; it seems to conflict with O_EXCL.