*** empty log message ***

This commit is contained in:
Eli Zaretskii 2001-10-26 21:41:35 +00:00
parent 4947563510
commit 944e6f601b
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
* term/pc-win.el (x-frob-font-slant, x-frob-font-weight): Add
make-obsolete cookies, to follow faces.el.
These changes avoid warnings from the byte compiler in faces.el:
* faces.el (internal-get-face): Use facep instead of the obsolete

View file

@ -1,5 +1,8 @@
2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
* fileio.c (Faccess_file): Run the argument filename through
Fexpand_file_name, before using it.
* dispnew.c (syms_of_display) <visible-bell>: Add a reference to
ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>