1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

*** empty log message ***

This commit is contained in:
Miles Bader 2002-05-26 07:36:40 +00:00
parent b63a55ac97
commit 9e8abde7d3

View file

@ -1,3 +1,10 @@
2002-05-26 Miles Bader <miles@gnu.org>
* term.c (tty_capable_p): New function.
* dispextern.h (tty_capable_p): New function declaration.
(TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
(TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
* fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.